Created
January 17, 2010 13:58
-
-
Save lprsd/279386 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ********************************************************************** | |
| IPython test group: IPython.config | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module pkg_resources was already imported from /usr/lib/python2.6/dist-packages/pkg_resources.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module site was already imported from /usr/lib/python2.6/site.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| .......... | |
| ---------------------------------------------------------------------- | |
| Ran 10 tests in 0.013s | |
| OK | |
| ********************************************************************** | |
| IPython test group: IPython.core | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module pkg_resources was already imported from /usr/lib/python2.6/dist-packages/pkg_resources.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module site was already imported from /usr/lib/python2.6/site.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| ........F.......................................................................S..............F.F.. | |
| ====================================================================== | |
| FAIL: Doctest: IPython.core.magic.Magic.magic_install_default_config | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/ub/Downloads/ipython-0.11.bzr.r1340-py2.6.egg_FILES/IPython/testing/plugin/ipdoctest.py", line 265, in runTest | |
| raise self.failureException(self.format_failure(new.getvalue())) | |
| AssertionError: Failed doctest test for IPython.core.magic.Magic.magic_install_default_config | |
| File "/home/ub/Downloads/ipython-0.11.bzr.r1340-py2.6.egg_FILES/IPython/core/magic.py", line 3539, in magic_install_default_config | |
| ---------------------------------------------------------------------- | |
| File "/home/ub/Downloads/ipython-0.11.bzr.r1340-py2.6.egg_FILES/IPython/core/magic.py", line 3546, in IPython.core.magic.Magic.magic_install_default_config | |
| Failed example: | |
| get_ipython().magic("install_default_config ") | |
| Expected nothing | |
| Got: | |
| Installing default config file: /home/ub/.ipython/ipython_config.py | |
| >> raise self.failureException(self.format_failure(<StringIO.StringIO instance at 0xb77add6c>.getvalue())) | |
| ====================================================================== | |
| FAIL: Test that object's __del__ methods are called on exit. | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python2.6/dist-packages/nose/case.py", line 183, in runTest | |
| self.test(*self.arg) | |
| File "/home/ub/Downloads/ipython-0.11.bzr.r1340-py2.6.egg_FILES/IPython/testing/decorators.py", line 225, in skipper_func | |
| return f(*args, **kwargs) | |
| File "/home/ub/Downloads/ipython-0.11.bzr.r1340-py2.6.egg_FILES/IPython/core/tests/test_run.py", line 160, in test_obj_del | |
| tt.ipexec_validate(self.fname, 'object A deleted') | |
| File "/home/ub/Downloads/ipython-0.11.bzr.r1340-py2.6.egg_FILES/IPython/testing/tools.py", line 290, in ipexec_validate | |
| nt.assert_equals(out.strip(), expected_out.strip()) | |
| AssertionError: '' != 'object A deleted' | |
| >> raise self.failureException, \ | |
| (None or '%r != %r' % ('', 'object A deleted')) | |
| ====================================================================== | |
| FAIL: IPython.core.tests.test_run.TestMagicRunSimple.test_tclass | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python2.6/dist-packages/nose/case.py", line 183, in runTest | |
| self.test(*self.arg) | |
| File "/home/ub/Downloads/ipython-0.11.bzr.r1340-py2.6.egg_FILES/IPython/testing/decorators.py", line 225, in skipper_func | |
| return f(*args, **kwargs) | |
| File "/home/ub/Downloads/ipython-0.11.bzr.r1340-py2.6.egg_FILES/IPython/core/tests/test_run.py", line 174, in test_tclass | |
| tt.ipexec_validate(self.fname, out) | |
| File "/home/ub/Downloads/ipython-0.11.bzr.r1340-py2.6.egg_FILES/IPython/testing/tools.py", line 290, in ipexec_validate | |
| nt.assert_equals(out.strip(), expected_out.strip()) | |
| AssertionError: '' != "ARGV 1-: ['C-first']\nARGV 1-: ['C-second']\ntclass.py: deleting object: C-first" | |
| >> raise self.failureException, \ | |
| (None or '%r != %r' % ('', "ARGV 1-: ['C-first']\nARGV 1-: ['C-second']\ntclass.py: deleting object: C-first")) | |
| ---------------------------------------------------------------------- | |
| Ran 103 tests in 2.221s | |
| FAILED (SKIP=1, failures=3) | |
| ********************************************************************** | |
| IPython test group: IPython.extensions | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module pkg_resources was already imported from /usr/lib/python2.6/dist-packages/pkg_resources.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module site was already imported from /usr/lib/python2.6/site.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| .. | |
| ---------------------------------------------------------------------- | |
| Ran 2 tests in 0.002s | |
| OK | |
| ********************************************************************** | |
| IPython test group: IPython.frontend | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module pkg_resources was already imported from /usr/lib/python2.6/dist-packages/pkg_resources.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module site was already imported from /usr/lib/python2.6/site.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| ................ | |
| ---------------------------------------------------------------------- | |
| Ran 16 tests in 0.485s | |
| OK | |
| ********************************************************************** | |
| IPython test group: IPython.lib | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module pkg_resources was already imported from /usr/lib/python2.6/dist-packages/pkg_resources.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module site was already imported from /usr/lib/python2.6/site.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| ..... | |
| ---------------------------------------------------------------------- | |
| Ran 5 tests in 0.003s | |
| OK | |
| ********************************************************************** | |
| IPython test group: IPython.scripts | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module pkg_resources was already imported from /usr/lib/python2.6/dist-packages/pkg_resources.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module site was already imported from /usr/lib/python2.6/site.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| ---------------------------------------------------------------------- | |
| Ran 0 tests in 0.000s | |
| OK | |
| ********************************************************************** | |
| IPython test group: IPython.testing | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module pkg_resources was already imported from /usr/lib/python2.6/dist-packages/pkg_resources.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module site was already imported from /usr/lib/python2.6/site.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| .....................SSS.......S..S.......................S | |
| ---------------------------------------------------------------------- | |
| Ran 63 tests in 0.138s | |
| OK (SKIP=6) | |
| ********************************************************************** | |
| IPython test group: IPython.utils | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module pkg_resources was already imported from /usr/lib/python2.6/dist-packages/pkg_resources.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module site was already imported from /usr/lib/python2.6/site.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| ..........................SS..SSS............................S.S............................................................ | |
| ---------------------------------------------------------------------- | |
| Ran 125 tests in 0.070s | |
| OK (SKIP=7) | |
| ********************************************************************** | |
| IPython test group: IPython.gui | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module pkg_resources was already imported from /usr/lib/python2.6/dist-packages/pkg_resources.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module site was already imported from /usr/lib/python2.6/site.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| ---------------------------------------------------------------------- | |
| Ran 0 tests in 0.001s | |
| OK | |
| ********************************************************************** | |
| IPython test group: IPython.kernel | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module pkg_resources was already imported from /usr/lib/python2.6/dist-packages/pkg_resources.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| /usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:391: UserWarning: Module site was already imported from /usr/lib/python2.6/site.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| .. | |
| ---------------------------------------------------------------------- | |
| Ran 2 tests in 0.009s | |
| OK | |
| ********************************************************************** | |
| IPython test group: IPython.kernel | |
| /usr/lib/python2.6/dist-packages/zope/__init__.py:3: UserWarning: Module pkg_resources was already imported from /usr/lib/python2.6/dist-packages/pkg_resources.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| /usr/lib/python2.6/dist-packages/zope/__init__.py:3: UserWarning: Module site was already imported from /usr/lib/python2.6/site.pyc, but /usr/local/lib/python2.6/dist-packages is being added to sys.path | |
| import pkg_resources | |
| IPython.kernel.core.tests.test_interpreter | |
| TestInterpreter | |
| test_long_lines ... [OK] | |
| test_split_commands ... [OK] | |
| test_ticket266993 ... [OK] | |
| test_ticket364347 ... [OK] | |
| test_unicode ... ù | |
| ù | |
| [OK] | |
| IPython.kernel.core.tests.test_notification | |
| NotificationTests | |
| test_any_sender ... [OK] | |
| test_notification_delivered ... [OK] | |
| test_post_performance ... [OK] | |
| test_remove_all_observers ... [OK] | |
| test_sender_specificity ... [OK] | |
| test_type_specificity ... [OK] | |
| IPython.kernel.core.tests.test_redirectors | |
| TestRedirector | |
| test_redirector ... [OK] | |
| test_redirector_output_trap ... [OK] | |
| IPython.kernel.tests.test_controllerservice | |
| BasicControllerServiceTest | |
| testBadUnregister ... [OK] | |
| testIControllerCoreInterface ... [OK] | |
| testIControllerCoreInterfaceMethods ... [OK] | |
| testRegisterCallables ... [OK] | |
| testRegisterUnregisterEngine ... [OK] | |
| testRegisterUnregisterMultipleEngines ... [OK] | |
| IPython.kernel.tests.test_enginefc | |
| EngineFCTest | |
| testClearQueue ... [OK] | |
| testExecuteFailuresEngineService_0 ... [OK] | |
| testExecuteFailuresEngineService_1 ... [OK] | |
| testExecuteFailuresEngineService_2 ... [OK] | |
| testExecuteFailuresEngineService_3 ... [OK] | |
| testExecuteFailuresEngineService_4 ... [OK] | |
| testExecuteFailuresEngineService_5 ... [OK] | |
| testExecuteFailuresEngineService_6 ... [OK] | |
| testExecute_0 ... [OK] | |
| testExecute_1 ... [OK] | |
| testExecute_10 ... [OK] | |
| testExecute_11 ... [OK] | |
| testExecute_2 ... [OK] | |
| testExecute_3 ... [OK] | |
| testExecute_4 ... [OK] | |
| testExecute_5 ... [OK] | |
| testExecute_6 ... [OK] | |
| testExecute_7 ... [OK] | |
| testExecute_8 ... [OK] | |
| testExecute_9 ... [OK] | |
| testGetResultDefault ... [OK] | |
| testGetResultFailure ... [OK] | |
| testGetResult_0 ... [OK] | |
| testGetResult_1 ... [OK] | |
| testGetResult_10 ... [OK] | |
| testGetResult_11 ... [OK] | |
| testGetResult_2 ... [OK] | |
| testGetResult_3 ... [OK] | |
| testGetResult_4 ... [OK] | |
| testGetResult_5 ... [OK] | |
| testGetResult_6 ... [OK] | |
| testGetResult_7 ... [OK] | |
| testGetResult_8 ... [OK] | |
| testGetResult_9 ... [OK] | |
| testIEngineCoreDeferreds ... [OK] | |
| testIEngineCoreInterface ... [OK] | |
| testIEngineCoreInterfaceMethods ... [OK] | |
| testIEngineQueuedDeferreds ... [OK] | |
| testIEngineQueuedInterface ... [OK] | |
| testIEngineQueuedInterfaceMethods ... [OK] | |
| testIEngineSerializedDeferreds ... [OK] | |
| testIEngineSerializedInterface ... [OK] | |
| testIEngineSerializedInterfaceMethods ... [OK] | |
| testKeys ... [OK] | |
| testPullFunction ... [OK] | |
| testPullNameError ... [OK] | |
| testPullSerializedFailures ... [OK] | |
| testPushFunction ... [OK] | |
| testPushFunctionGlobal ... [OK] | |
| testPushPullArray ... [OK] | |
| testPushPullFailures ... [OK] | |
| testPushPullSerialized ... [OK] | |
| testPushPull_0 ... [OK] | |
| testPushPull_1 ... [OK] | |
| testPushPull_2 ... [OK] | |
| testPushPull_3 ... [OK] | |
| testPushPull_4 ... [OK] | |
| testQueueStatus ... [OK] | |
| IPython.kernel.tests.test_engineservice | |
| BasicEngineServiceTest | |
| testClearProperties ... [OK] | |
| testDelHasProperties ... [OK] | |
| testExecuteFailuresEngineService_0 ... [OK] | |
| testExecuteFailuresEngineService_1 ... [OK] | |
| testExecuteFailuresEngineService_2 ... [OK] | |
| testExecuteFailuresEngineService_3 ... [OK] | |
| testExecuteFailuresEngineService_4 ... [OK] | |
| testExecuteFailuresEngineService_5 ... [OK] | |
| testExecuteFailuresEngineService_6 ... [OK] | |
| testExecute_0 ... [OK] | |
| testExecute_1 ... [OK] | |
| testExecute_10 ... [OK] | |
| testExecute_11 ... [OK] | |
| testExecute_2 ... [OK] | |
| testExecute_3 ... [OK] | |
| testExecute_4 ... [OK] | |
| testExecute_5 ... [OK] | |
| testExecute_6 ... [OK] | |
| testExecute_7 ... [OK] | |
| testExecute_8 ... [OK] | |
| testExecute_9 ... [OK] | |
| testGetResultDefault ... [OK] | |
| testGetResultFailure ... [OK] | |
| testGetResult_0 ... [OK] | |
| testGetResult_1 ... [OK] | |
| testGetResult_10 ... [OK] | |
| testGetResult_11 ... [OK] | |
| testGetResult_2 ... [OK] | |
| testGetResult_3 ... [OK] | |
| testGetResult_4 ... [OK] | |
| testGetResult_5 ... [OK] | |
| testGetResult_6 ... [OK] | |
| testGetResult_7 ... [OK] | |
| testGetResult_8 ... [OK] | |
| testGetResult_9 ... [OK] | |
| testGetSetProperties ... [OK] | |
| testIEngineCoreDeferreds ... [OK] | |
| testIEngineCoreInterface ... [OK] | |
| testIEngineCoreInterfaceMethods ... [OK] | |
| testIEnginePropertiesInterface ... [OK] | |
| testIEnginePropertiesInterfaceMethods ... [OK] | |
| testIEngineSerializedDeferreds ... [OK] | |
| testIEngineSerializedInterface ... [OK] | |
| testIEngineSerializedInterfaceMethods ... [OK] | |
| testKeys ... [OK] | |
| testPullFunction ... [OK] | |
| testPullNameError ... [OK] | |
| testPullSerializedFailures ... [OK] | |
| testPushFunction ... [OK] | |
| testPushFunctionGlobal ... [OK] | |
| testPushPullArray ... [OK] | |
| testPushPullFailures ... [OK] | |
| testPushPullSerialized ... [OK] | |
| testPushPull_0 ... [OK] | |
| testPushPull_1 ... [OK] | |
| testPushPull_2 ... [OK] | |
| testPushPull_3 ... [OK] | |
| testPushPull_4 ... [OK] | |
| testStrictDict ... [OK] | |
| QueuedEngineServiceTest | |
| testClearProperties ... [OK] | |
| testClearQueue ... [OK] | |
| testDelHasProperties ... [OK] | |
| testExecuteFailuresEngineService_0 ... [OK] | |
| testExecuteFailuresEngineService_1 ... [OK] | |
| testExecuteFailuresEngineService_2 ... [OK] | |
| testExecuteFailuresEngineService_3 ... [OK] | |
| testExecuteFailuresEngineService_4 ... [OK] | |
| testExecuteFailuresEngineService_5 ... [OK] | |
| testExecuteFailuresEngineService_6 ... [OK] | |
| testExecute_0 ... [OK] | |
| testExecute_1 ... [OK] | |
| testExecute_10 ... [OK] | |
| testExecute_11 ... [OK] | |
| testExecute_2 ... [OK] | |
| testExecute_3 ... [OK] | |
| testExecute_4 ... [OK] | |
| testExecute_5 ... [OK] | |
| testExecute_6 ... [OK] | |
| testExecute_7 ... [OK] | |
| testExecute_8 ... [OK] | |
| testExecute_9 ... [OK] | |
| testGetResultDefault ... [OK] | |
| testGetResultFailure ... [OK] | |
| testGetResult_0 ... [OK] | |
| testGetResult_1 ... [OK] | |
| testGetResult_10 ... [OK] | |
| testGetResult_11 ... [OK] | |
| testGetResult_2 ... [OK] | |
| testGetResult_3 ... [OK] | |
| testGetResult_4 ... [OK] | |
| testGetResult_5 ... [OK] | |
| testGetResult_6 ... [OK] | |
| testGetResult_7 ... [OK] | |
| testGetResult_8 ... [OK] | |
| testGetResult_9 ... [OK] | |
| testGetSetProperties ... [OK] | |
| testIEngineCoreDeferreds ... [OK] | |
| testIEngineCoreInterface ... [OK] | |
| testIEngineCoreInterfaceMethods ... [OK] | |
| testIEnginePropertiesInterface ... [OK] | |
| testIEnginePropertiesInterfaceMethods ... [OK] | |
| testIEngineQueuedDeferreds ... [OK] | |
| testIEngineQueuedInterface ... [OK] | |
| testIEngineQueuedInterfaceMethods ... [OK] | |
| testIEngineSerializedDeferreds ... [OK] | |
| testIEngineSerializedInterface ... [OK] | |
| testIEngineSerializedInterfaceMethods ... [OK] | |
| testKeys ... [OK] | |
| testPullFunction ... [OK] | |
| testPullNameError ... [OK] | |
| testPullSerializedFailures ... [OK] | |
| testPushFunction ... [OK] | |
| testPushFunctionGlobal ... [OK] | |
| testPushPullArray ... [OK] | |
| testPushPullFailures ... [OK] | |
| testPushPullSerialized ... [OK] | |
| testPushPull_0 ... [OK] | |
| testPushPull_1 ... [OK] | |
| testPushPull_2 ... [OK] | |
| testPushPull_3 ... [OK] | |
| testPushPull_4 ... [OK] | |
| testQueueStatus ... [OK] | |
| testStrictDict ... [OK] | |
| ThreadedEngineServiceTest | |
| testClearProperties ... [OK] | |
| testDelHasProperties ... [OK] | |
| testExecuteFailuresEngineService_0 ... [OK] | |
| testExecuteFailuresEngineService_1 ... [OK] | |
| testExecuteFailuresEngineService_2 ... [OK] | |
| testExecuteFailuresEngineService_3 ... [OK] | |
| testExecuteFailuresEngineService_4 ... [OK] | |
| testExecuteFailuresEngineService_5 ... [OK] | |
| testExecuteFailuresEngineService_6 ... [OK] | |
| testExecute_0 ... [OK] | |
| testExecute_1 ... [OK] | |
| testExecute_10 ... [OK] | |
| testExecute_11 ... [OK] | |
| testExecute_2 ... [OK] | |
| testExecute_3 ... [OK] | |
| testExecute_4 ... [OK] | |
| testExecute_5 ... [OK] | |
| testExecute_6 ... [OK] | |
| testExecute_7 ... [OK] | |
| testExecute_8 ... [OK] | |
| testExecute_9 ... [OK] | |
| testGetResultDefault ... [OK] | |
| testGetResultFailure ... [OK] | |
| testGetResult_0 ... [OK] | |
| testGetResult_1 ... [OK] | |
| testGetResult_10 ... [OK] | |
| testGetResult_11 ... [OK] | |
| testGetResult_2 ... [OK] | |
| testGetResult_3 ... [OK] | |
| testGetResult_4 ... [OK] | |
| testGetResult_5 ... [OK] | |
| testGetResult_6 ... [OK] | |
| testGetResult_7 ... [OK] | |
| testGetResult_8 ... [OK] | |
| testGetResult_9 ... [OK] | |
| testGetSetProperties ... [OK] | |
| testIEngineCoreDeferreds ... [OK] | |
| testIEngineCoreInterface ... [OK] | |
| testIEngineCoreInterfaceMethods ... [OK] | |
| testIEnginePropertiesInterface ... [OK] | |
| testIEnginePropertiesInterfaceMethods ... [OK] | |
| testIEngineSerializedDeferreds ... [OK] | |
| testIEngineSerializedInterface ... [OK] | |
| testIEngineSerializedInterfaceMethods ... [OK] | |
| testKeys ... [OK] | |
| testPullFunction ... [OK] | |
| testPullNameError ... [OK] | |
| testPullSerializedFailures ... [OK] | |
| testPushFunction ... [OK] | |
| testPushFunctionGlobal ... [OK] | |
| testPushPullArray ... [OK] | |
| testPushPullFailures ... [OK] | |
| testPushPullSerialized ... [OK] | |
| testPushPull_0 ... [OK] | |
| testPushPull_1 ... [OK] | |
| testPushPull_2 ... [OK] | |
| testPushPull_3 ... [OK] | |
| testPushPull_4 ... [OK] | |
| testStrictDict ... [OK] | |
| IPython.kernel.tests.test_multiengine | |
| BasicMultiEngineTestCase | |
| testClearProperties ... [OK] | |
| testClearQueue ... [OK] | |
| testDelHasProperties ... [OK] | |
| testExecuteAll ... [OK] | |
| testExecuteFailuresMultiEng_0 ... [OK] | |
| testExecuteFailuresMultiEng_1 ... [OK] | |
| testExecuteFailuresMultiEng_2 ... [OK] | |
| testExecuteFailuresMultiEng_3 ... [OK] | |
| testExecuteFailuresMultiEng_4 ... [OK] | |
| testExecuteFailuresMultiEng_5 ... [OK] | |
| testExecuteFailuresMultiEng_6 ... [OK] | |
| testGetIDs ... [OK] | |
| testGetResultAll ... [OK] | |
| testGetResultDefault ... [OK] | |
| testGetResultFailure ... [OK] | |
| testGetSetProperties ... [OK] | |
| testIEngineMultiplexerDeferreds ... [OK] | |
| testIEngineMultiplexerInterfaceMethods ... [OK] | |
| testIMultiEngineInterface ... [OK] | |
| testInvalidEngineID ... [OK] | |
| testNoEnginesRegistered ... [OK] | |
| testPullFunction ... [OK] | |
| testPullFunctionAll ... [OK] | |
| testPushFunction ... [OK] | |
| testPushFunctionAll ... [OK] | |
| testPushPull ... [OK] | |
| testPushPullAll ... [OK] | |
| testPushPullSerialized ... [OK] | |
| testQueueStatus ... [OK] | |
| SynchronousMultiEngineTestCase | |
| testClearProperties ... [OK] | |
| testClearQueue ... [OK] | |
| testDelHasProperties ... [OK] | |
| testExecute ... [OK] | |
| testGetIDs ... [OK] | |
| testGetResult ... [OK] | |
| testGetSetProperties ... [OK] | |
| testISynchronousMultiEngineInterface ... [OK] | |
| testPushPull ... [OK] | |
| testPushPullFunction ... [OK] | |
| testPushPullSerialized ... [OK] | |
| testQueueStatus ... [OK] | |
| testResetAndKeys ... [OK] | |
| test_clear_pending_deferreds ... [OK] | |
| IPython.kernel.tests.test_multienginefc | |
| FullSynchronousMultiEngineTestCase | |
| testClearProperties ... [OK] | |
| testClearQueue ... [OK] | |
| testDelHasProperties ... [OK] | |
| testExecute ... [OK] | |
| testGetIDs ... [OK] | |
| testGetResult ... [OK] | |
| testGetSetProperties ... [OK] | |
| testISynchronousMultiEngineInterface ... [OK] | |
| testMap ... [OK] | |
| testPushPull ... [OK] | |
| testPushPullFunction ... [OK] | |
| testPushPullSerialized ... [OK] | |
| testQueueStatus ... [OK] | |
| testResetAndKeys ... [OK] | |
| testRun ... [OK] | |
| testRunNonblocking ... [OK] | |
| testScatterGather ... [OK] | |
| testScatterGatherNonblocking ... [OK] | |
| testScatterGatherNumpy ... [OK] | |
| testScatterGatherNumpyNonblocking ... [OK] | |
| testZipPull ... [OK] | |
| testZipPullNonblocking ... [OK] | |
| test_clear_pending_deferreds ... [OK] | |
| test_map_default ... [OK] | |
| test_map_noblock ... [OK] | |
| test_mapper ... [OK] | |
| test_mapper_fail ... [OK] | |
| test_parallel ... [OK] | |
| test_parallel_fail ... [OK] | |
| test_parallel_noblock ... [OK] | |
| IPython.kernel.tests.test_newserialized | |
| SerializedTestCase | |
| testNDArraySerialized ... [OK] | |
| testPickleSerialized ... [OK] | |
| testSerializedInterfaces ... [OK] | |
| IPython.kernel.tests.test_pendingdeferred | |
| PendingDeferredManagerTest | |
| testBasic ... [OK] | |
| test_double_get ... [OK] | |
| test_get_after_callback ... [OK] | |
| test_get_after_errback ... [OK] | |
| test_get_before_callback ... [OK] | |
| test_get_before_errback ... [OK] | |
| test_nested_deferreds ... [OK] | |
| test_noresult_noblock ... [OK] | |
| test_save_get_delete ... [OK] | |
| test_save_then_delete ... [OK] | |
| test_with_callbacks ... [OK] | |
| test_with_errbacks ... [OK] | |
| IPython.kernel.tests.test_task | |
| BasicTaskControllerTestCase | |
| test_abort ... [OK] | |
| test_abort_type ... [OK] | |
| test_clear ... [OK] | |
| test_clear_before_and_after ... [OK] | |
| test_map_task ... [OK] | |
| test_map_task_args ... [OK] | |
| test_map_task_failure ... [OK] | |
| test_recovery_tasks ... [OK] | |
| test_setup_ns ... [OK] | |
| test_simple_retries ... [OK] | |
| test_string_task_results ... [OK] | |
| test_task_ids ... [OK] | |
| IPython.kernel.tests.test_taskfc | |
| TaskTest | |
| test_abort ... [OK] | |
| test_abort_type ... [OK] | |
| test_clear ... [OK] | |
| test_clear_before_and_after ... [OK] | |
| test_map_default ... [OK] | |
| test_map_noblock ... [OK] | |
| test_map_task ... [OK] | |
| test_map_task_args ... [OK] | |
| test_map_task_failure ... [OK] | |
| test_mapper ... [OK] | |
| test_mapper_fail ... [OK] | |
| test_parallel ... [OK] | |
| test_parallel_fail ... [OK] | |
| test_parallel_noblock ... [OK] | |
| test_recovery_tasks ... [OK] | |
| test_setup_ns ... [OK] | |
| test_simple_retries ... [OK] | |
| test_string_task_results ... [OK] | |
| test_task_ids ... [OK] | |
| IPython.kernel.tests.test_twistedutil | |
| TestWaitForFile | |
| test_delay ... [OK] | |
| test_timeout ... [OK] | |
| ------------------------------------------------------------------------------- | |
| Ran 380 tests in 45.981s | |
| PASSED (successes=380) | |
| ********************************************************************** | |
| Ran 11 test groups in 66.892s | |
| ERROR - 1 out of 11 test groups failed. | |
| ---------------------------------------- | |
| Runner failed: IPython.core | |
| You may wish to rerun this one individually, with: | |
| python /home/ub/Downloads/ipython-0.11.bzr.r1340-py2.6.egg_FILES/IPython/testing/iptest.py IPython.core |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment