Skip to content

Instantly share code, notes, and snippets.

Created May 2, 2012 21:59
Show Gist options
  • Save anonymous/2580865 to your computer and use it in GitHub Desktop.
Save anonymous/2580865 to your computer and use it in GitHub Desktop.
IPython test log
**********************************************************************
IPython test group: IPython.config
.............................................
----------------------------------------------------------------------
Ran 45 tests in 0.056s
OK
**********************************************************************
IPython test group: IPython.core
...........................................................................................................................................................................................................................................................................................................................................................................................................K.........
----------------------------------------------------------------------
Ran 410 tests in 16.091s
OK (KNOWNFAIL=1)
**********************************************************************
IPython test group: IPython.extensions
.........
----------------------------------------------------------------------
Ran 9 tests in 6.423s
OK
**********************************************************************
IPython test group: IPython.frontend
.............................
----------------------------------------------------------------------
Ran 29 tests in 2.794s
OK
**********************************************************************
IPython test group: IPython.lib
...............Exception pexpect.ExceptionPexpect: ExceptionPexpect() in <bound method spawn.__del__ of <pexpect.spawn object at 0xa551e6c>> ignored
......................
----------------------------------------------------------------------
Ran 38 tests in 10.714s
OK
**********************************************************************
IPython test group: IPython.scripts
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
**********************************************************************
IPython test group: IPython.testing
...........................S..S..........................S
----------------------------------------------------------------------
Ran 62 tests in 0.091s
OK (SKIP=3)
**********************************************************************
IPython test group: IPython.utils
....................................................................SS...SE...........S............S..S........................................................................................................
======================================================================
ERROR: test_get_ipython_dir_1, Testcase to see if we can call get_ipython_dir without Exceptions.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/thomas/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/utils/tests/test_path.py", line 212, in test_get_ipython_dir_1
raise Exception("Spurious exception")
Exception: Spurious exception
----------------------------------------------------------------------
Ran 208 tests in 0.951s
FAILED (SKIP=6, errors=1)
**********************************************************************
IPython test group: IPython.nbformat
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.032s
OK
**********************************************************************
IPython test group: IPython.zmq
........................................................................................................................................................
----------------------------------------------------------------------
Ran 162 tests in 7.994s
OK
**********************************************************************
IPython test group: IPython.parallel
............................................................................................SSSSSSSSSSSSSSS..........................................S
----------------------------------------------------------------------
Ran 150 tests in 40.558s
OK (SKIP=16)
**********************************************************************
Test suite completed for system with the following information:
{'commit_hash': 'fc9f6cd',
'commit_source': 'installation',
'ipython_path': '/home/thomas/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython',
'ipython_version': '0.13.dev',
'os_name': 'posix',
'platform': 'Linux-3.2.0-24-generic-i686-with-Ubuntu-12.04-precise',
'sys_executable': '/home/thomas/.ipy_pr_tests/venv-python2.7/bin/python',
'sys_platform': 'linux2',
'sys_version': '2.7.3 (default, Apr 20 2012, 22:44:07) \n[GCC 4.6.3]'}
Tools and libraries available at test time:
curses matplotlib pexpect pymongo qt sqlite3 tornado wx wx.aui zmq
Ran 11 test groups in 109.473s
Status:
ERROR - 1 out of 11 test groups failed.
----------------------------------------
Runner failed: IPython.utils
You may wish to rerun this one individually, with:
/home/thomas/.ipy_pr_tests/venv-python2.7/bin/python /home/thomas/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/testing/iptest.py IPython.utils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment