From 85d35c47ac21644e5c0509c74d627b984b30be98 2010-01-31 03:47:46 From: Brian Granger Date: 2010-01-31 03:47:46 Subject: [PATCH] Reenabled the test test_asyncfrontendbase.py. For some reason this was being skipped by nose. Re-enabled and all tests pass. --- diff --git a/IPython/frontend/tests/test_asyncfrontendbase.py b/IPython/frontend/tests/test_asyncfrontendbase.py index 44b96ac..c009f98 100644 --- a/IPython/frontend/tests/test_asyncfrontendbase.py +++ b/IPython/frontend/tests/test_asyncfrontendbase.py @@ -1,8 +1,5 @@ # encoding: utf-8 """This file contains unittests for the asyncfrontendbase module.""" - -# Tell nose to skip this module -__test__ = {} #--------------------------------------------------------------------------- # Copyright (C) 2008-2009 The IPython Development Team