5026N/A---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
5026N/A---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/ATest making a FakeModule object with initial data ... ok
4661N/ATestcase $HOME is not set, os=='poix'. ... ok
4661N/Atest_get_ipython_dir_1, Testcase to see if we can call get_ipython_dir without Exceptions. ... ok
4661N/Atest_get_ipython_dir_2, Testcase to see if we can call get_ipython_dir without Exceptions. ... ok
4661N/Atest_get_ipython_dir_3, Testcase to see if we can call get_ipython_dir without Exceptions. ... ok
4661N/ATestcase to see if we can call get_security_dir without Exceptions. ... ERROR
4661N/ATestcase to see if we can call get_log_dir without Exceptions. ... ERROR
4661N/Atest_popkey_1, Basic usage test of popkey ... ok
4661N/Atest_popkey_2, Test to see that popkey of non occuring keys ... ok
4661N/Atest_popkey_3, Tests to see that popkey calls returns the correct value ... ok
4661N/AVarious tests for filefind ... ok
4661N/Areset must clear most namespaces. ... ok
4661N/ACheck that %run doesn't damage __builtins__ ... ok
4661N/ACheck that the type of __builtins__ doesn't change with %run. ... ok
4661N/ATest that prompts correctly generate after %run ... ok
4661N/AIPython.tests.test_magic.test_rehashx(True,) ... ok
4661N/AIPython.tests.test_magic.test_rehashx(True,) ... ok
4661N/ATest that object's __del__ methods are called on exit. ... WARNING: Configuration file ipythonrc not found. Ignoring request.
4661N/A------------------------------------------------------------
4661N/ATraceback (most recent call last):
4661N/A fname = filefind(fname,incpath)
4661N/A ' not found in current or supplied directories:' + `alt_dirs`
4661N/A
4661N/AWARNING: Problems loading configuration file 'ipythonrc'
4661N/AStarting with default -bare bones- configuration.
4661N/A---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
5026N/Aok
4661N/AIPython.tests.test_magic.test_shist([(1, 'hello'), (2, 'world'), (3, 'karhu')], [(1, 'hello'), (2, 'world'), (3, 'karhu')]) ... ok
4661N/AIPython.tests.test_magic.test_shist('world', 'world') ... ok
4661N/AIPython.tests.test_magic.test_numpy_clear_array_undec(True,) ... ok
4661N/AIPython.tests.test_magic.test_numpy_clear_array_undec(False,) ... ok
4661N/AFailure: SkipTest (Skipping test: test_fail_dec. Test skipped due to test condition.) ... SKIP: Skipping test: test_fail_dec. Test skipped due to test condition.
4661N/AFailure: SkipTest (Skipping test: test_fail_dec2. This one shouldn not run) ... SKIP: Skipping test: test_fail_dec2. This one shouldn not run
4661N/AFailure: SkipTest (Skipping test: test_fail_dec3. This test is known to fail) ... SKIP: Skipping test: test_fail_dec3. This test is known to fail
4661N/AIPython.tests.test_magic.test_paste(1, 1) ... ok
4661N/AIPython.tests.test_magic.test_paste(2, 2) ... ok
4661N/AIPython.tests.test_magic.test_paste([1, 2, 3], [1, 2, 3]) ... ok
4661N/AIPython.tests.test_magic.test_paste([1, 4, 9], [1, 4, 9]) ... ok
4661N/ADoctest: IPython.tests.test_magic.doctest_hist_f ... ok
4661N/ADoctest: IPython.tests.test_magic.doctest_hist_r ... ok
4661N/ADoctest: IPython.tests.test_magic.doctest_refbug ... ok
4661N/ADoctest: IPython.tests.test_magic.doctest_run_builtins ... ok
4661N/ADoctest: IPython.tests.test_magic.doctest_run_ns ... ok
4661N/ADoctest: IPython.tests.test_magic.doctest_run_ns2 ... ok
4661N/AMake sure we find sys.exectable for python. ... ok
4661N/ATry to find pythonw on Windows. ... SKIP: Skipping test: test_find_cmd. This test only runs under Windows
4661N/AMake sure that FindCmdError is raised if we can't find the cmd. ... FAIL
4661N/AIPython.tests.test_platutils.test_get_long_path_name_win32 ... SKIP: Skipping test: test_get_long_path_name_win32. This test only runs under Windows
4661N/AIPython.tests.test_platutils.test_get_long_path_name ... ok
4661N/A
4661N/A======================================================================
4661N/AERROR: Testcase to see if we can call get_security_dir without Exceptions.
4661N/A----------------------------------------------------------------------
4661N/ATraceback (most recent call last):
4661N/A File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
4661N/A self.test(*self.arg)
4661N/A sdir = genutils.get_security_dir()
4661N/A os.mkdir(security_dir, 0700)
4661N/A
4661N/A======================================================================
4661N/AERROR: Testcase to see if we can call get_log_dir without Exceptions.
4661N/A----------------------------------------------------------------------
4661N/ATraceback (most recent call last):
4661N/A File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
4661N/A self.test(*self.arg)
4661N/A sdir = genutils.get_log_dir()
4661N/A os.mkdir(log_dir, 0777)
4661N/A
4661N/A======================================================================
4661N/AFAIL: Make sure that FindCmdError is raised if we can't find the cmd.
4661N/A----------------------------------------------------------------------
4661N/ATraceback (most recent call last):
4661N/A File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
4661N/A self.test(*self.arg)
4661N/A nt.assert_raises(FindCmdError,find_cmd,'asdfasdf')
4661N/AAssertionError: FindCmdError not raised
4661N/A
4661N/A
4661N/A----------------------------------------------------------------------
4661N/ARan 52 tests
4661N/A
5026N/AFAILED (SKIP=10, errors=2, failures=1)
4661N/A>print(type(__builtins__))
4661N/A>print(type(__builtins__))
4661N/Aobj_del.py: object A deleted
5026N/A---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/ACheck that is_complete works. ... ok
4661N/ATests line completion heuristic. ... ok
4661N/ATests line completion heuristic. ... ok
4661N/ATests line completion heuristic. ... ok
4661N/AIPython.frontend.tests.test_prefilterfrontend.test_capture ... ok
4661N/AIPython.frontend.tests.test_prefilterfrontend.test_completion_equal ... ---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/Aok
4661N/AIPython.frontend.tests.test_prefilterfrontend.test_completion_indexing ... ---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/Aok
4661N/AIPython.frontend.tests.test_prefilterfrontend.test_completion_parenthesis ... ok
4661N/AIPython.frontend.tests.test_prefilterfrontend.test_completion_simple ... ok
4661N/AIPython.frontend.tests.test_prefilterfrontend.test_execution ... ---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/Aok
4661N/AIPython.frontend.tests.test_prefilterfrontend.test_help ... ---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/Aok
4661N/AIPython.frontend.tests.test_prefilterfrontend.test_magic ... ---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/Aok
4661N/AIPython.frontend.tests.test_prefilterfrontend.test_multiline ... ok
4661N/AA simple test to see if we can execute a process and get the output. ... ok
4661N/AChecks that we can send characters on stdin to the process. ... ok
4661N/ACheck that we can kill a process, and its subprocess. ... ok
4661N/A
4661N/A----------------------------------------------------------------------
4661N/ARan 16 tests
4661N/A
4661N/AOK
5026N/A---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/ADoctest: IPython.tools.utils.extractVars ... ok
4661N/ADoctest: IPython.tools.utils.list_strings ... ok
4661N/ADoctest: IPython.tools.utils.marquee ... ok
4661N/ADoctest: IPython.tools.utils.shexp ... ok
4661N/ADoctest: test_tools_utils.txt ... ok
4661N/A
4661N/A----------------------------------------------------------------------
4661N/ARan 5 tests
4661N/A
4661N/AOK
5026N/A---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/ADoctest: IPython.testing.decorator_msim.decorator ... ok
4661N/ADoctest: IPython.testing.decorator_msim.getinfo ... ok
4661N/ADoctest: IPython.testing.decorators ... ok
4661N/ADoctest: IPython.testing.decorators.make_label_dec ... ok
4661N/ADoctest: IPython.testing.plugin.dtexample.iprand ... ok
4661N/ADoctest: IPython.testing.plugin.dtexample.iprand_all ... ok
4661N/ADoctest: IPython.testing.plugin.dtexample.pyfunc ... ok
4661N/ADoctest: IPython.testing.plugin.dtexample.random_all ... ok
4661N/ADoctest: IPython.testing.plugin.dtexample.ranfunc ... ok
4661N/ADoctest: IPython.testing.plugin.simple.ipyfunc2 ... ok
4661N/ADoctest: IPython.testing.plugin.simple.pyfunc ... ok
4661N/ADoctest: IPython.testing.plugin.test_ipdoctest.doctest_multiline1 ... ok
4661N/ADoctest: IPython.testing.plugin.test_ipdoctest.doctest_multiline2 ... ok
4661N/ADoctest: IPython.testing.plugin.test_ipdoctest.doctest_multiline3 ... ok
4661N/ADoctest: IPython.testing.plugin.test_ipdoctest.doctest_run_builtins ... ok
4661N/ADoctest: IPython.testing.plugin.test_ipdoctest.doctest_simple ... ok
4661N/AA trivial passing test. ... ok
4661N/ADoctest: IPython.testing.plugin.test_refs.doctest_ivars ... ok
4661N/ADoctest: IPython.testing.plugin.test_refs.doctest_refs ... ok
4661N/ADoctest: IPython.testing.plugin.test_refs.doctest_run ... ok
4661N/ADoctest: IPython.testing.plugin.test_refs.doctest_runvars ... ok
4661N/AAnother deliberately broken test - we want to skip this one. ... SKIP: Skipping test: test_deliberately_broken2. Testing the skip decorator
4661N/ADoctest-skipping decorator should preserve the docstring. ... ok
4661N/ADoctest-skipping decorator should preserve function signature. ... ok
4661N/AIPython.testing.tests.test_decorators.test_linux ... ok
4661N/AIPython.testing.tests.test_decorators.test_win32 ... ok
4661N/AIPython.testing.tests.test_decorators.test_osx ... ok
4661N/ADoctest: IPython.testing.tests.test_decorators.call_doctest_bad ... ok
4661N/ADoctest: IPython.testing.tests.test_decorators.doctest_bad ... ok
4661N/ADoctest: IPython.testing.tests.test_decorators.doctest_bad ... ok
4661N/ADoctest: IPython.testing.tests.test_decorators.foo ... ok
4661N/ADoctest: IPython.testing.tests.test_decorators.foo.__init__ ... ok
4661N/ADoctest: IPython.testing.tests.test_decorators.foo.baz ... ok
4661N/AIPython.testing.tests.test_tools.test_full_path_posix ... ok
4661N/AIPython.testing.tests.test_tools.test_full_path_win32 ... SKIP: Skipping test: test_full_path_win32. This test only runs under Windows
4661N/A
4661N/A----------------------------------------------------------------------
4661N/ARan 35 tests
4661N/A
4661N/AOK (SKIP=2)
4661N/A>print('hello')
4661N/A>print('hello')
4661N/A>print(1)
5026N/A---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/ADoctest: IPython.deep_reload ... ok
4661N/ADoctest: IPython.excolors.exception_colors ... ok
4661N/ADoctest: IPython.genutils.EvalDict ... ok
4661N/ADoctest: IPython.genutils.SystemExec ... ok
4661N/ADoctest: IPython.genutils.qw ... ok
4661N/ADoctest: IPython.genutils.read_dict ... ok
4661N/ADoctest: IPython.iplib.InteractiveShell.cache_main_mod ... ok
4661N/ADoctest: IPython.iplib.InteractiveShell.clear_main_mod_cache ... ok
4661N/ADoctest: IPython.iplib.InteractiveShell.complete ... ok
4661N/ADoctest: IPython.ipstruct.Struct ... ok
4661N/ADoctest: IPython.ipstruct.Struct.__contains__ ... ok
4661N/ADoctest: IPython.Magic.Magic.magic_autocall ... ok
4661N/ADoctest: IPython.Magic.Magic.magic_reset ... ok
4661N/ADoctest: IPython.Magic.Magic.magic_timeit ... ok
4661N/ADoctest: IPython.Magic.Magic.magic_timeit ... ok
4661N/ADoctest: IPython.Magic.Magic.magic_who ... ok
4661N/ADoctest: IPython.strdispatch.StrDispatch ... ok
4661N/A
4661N/A----------------------------------------------------------------------
4661N/ARan 17 tests
4661N/A
4661N/AOK
4661N/A>print(x)
5026N/A---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/A
4661N/A----------------------------------------------------------------------
4661N/ARan 0 tests
4661N/A
4661N/AOK
5026N/A---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/ADoctest: IPython.Extensions.astyle.Style.__init__ ... ok
4661N/ADoctest: IPython.Extensions.clearcmd.clear_f ... ok
4661N/ADoctest: IPython.Extensions.ipipe ... ok
4661N/ADoctest: IPython.Extensions.ipipe.ialias ... ok
4661N/ADoctest: IPython.Extensions.ipipe.icap ... ok
4661N/ADoctest: IPython.Extensions.ipipe.icap ... ok
4661N/ADoctest: IPython.Extensions.ipipe.ienum ... ok
4661N/ADoctest: IPython.Extensions.ipipe.ienv ... ok
4661N/ADoctest: IPython.Extensions.ipipe.ieval ... ok
4661N/ADoctest: IPython.Extensions.ipipe.ifilter ... ok
4661N/ADoctest: IPython.Extensions.ipipe.iglob ... ok
4661N/ADoctest: IPython.Extensions.ipipe.ihist ... ok
4661N/ADoctest: IPython.Extensions.ipipe.ils ... ok
4661N/ADoctest: IPython.Extensions.ipipe.ipwd ... ok
4661N/ADoctest: IPython.Extensions.ipipe.isort ... ok
4661N/ADoctest: IPython.Extensions.ipipe.iwalk ... ok
4661N/ADoctest: IPython.Extensions.ipipe.ix ... ok
4661N/A
4661N/A----------------------------------------------------------------------
4661N/ARan 17 tests
4661N/A
4661N/AOK
5026N/A---------------------------------------------------------------------------
4661N/AImportError Traceback (most recent call last)
4661N/A
4661N/A 61 reload(sys.modules[modname])
4661N/A 62 else:
4661N/A---> 63 __import__(modname)
4661N/A 64
4661N/A 65
4661N/A
4661N/AImportError: No module named ipy_user_conf
4661N/AWARNING: Loading of ipy_user_conf failed.
4661N/A
4661N/A
4661N/A----------------------------------------------------------------------
4661N/ARan 0 tests
4661N/A
4661N/AOK
4661N/A*****************************************************************************
4661N/AIPython test group: tests
4661N/A*****************************************************************************
4661N/AIPython test group: frontend
4661N/A*****************************************************************************
4661N/AIPython test group: tools
4661N/A*****************************************************************************
4661N/AIPython test group: testing
4661N/A*****************************************************************************
4661N/AIPython test group: modules
4661N/A*****************************************************************************
4661N/AIPython test group: UserConfig
4661N/A*****************************************************************************
4661N/AIPython test group: Extensions
4661N/A*****************************************************************************
4661N/AIPython test group: config
4661N/A
4661N/A*****************************************************************************
4661N/ARan 8 test
4661N/A
4661N/AERROR - 1 out of 8 test groups failed.
4661N/A----------------------------------------
4661N/ARunner failed: tests
4661N/AYou may wish to rerun this one individually, with:
4661N/Aiptest -v IPython.tests
4661N/A