Skip to content

Instantly share code, notes, and snippets.

Created May 4, 2012 16:31
Show Gist options
  • Save anonymous/2595938 to your computer and use it in GitHub Desktop.
Save anonymous/2595938 to your computer and use it in GitHub Desktop.
IPython test log
**********************************************************************
IPython test group: IPython.config
.............................................
----------------------------------------------------------------------
Ran 45 tests in 0.064s
OK
**********************************************************************
IPython test group: IPython.core
........................................................................................................................................................................................................................................................................................................................................................................................................K.........
----------------------------------------------------------------------
Ran 406 tests in 18.709s
OK (KNOWNFAIL=1)
**********************************************************************
IPython test group: IPython.extensions
.........
----------------------------------------------------------------------
Ran 9 tests in 6.885s
OK
**********************************************************************
IPython test group: IPython.frontend
.............Got bus address: "unix:abstract=/tmp/dbus-je55W1wUtX,guid=d4dbed9b5e26d4b6cbc6c34600000023"
Connected to accessibility bus at: "unix:abstract=/tmp/dbus-je55W1wUtX,guid=d4dbed9b5e26d4b6cbc6c34600000023"
Registered DEC: true
................
----------------------------------------------------------------------
Ran 29 tests in 3.651s
OK
**********************************************************************
IPython test group: IPython.lib
...............SS....................
----------------------------------------------------------------------
Ran 38 tests in 2.835s
OK (SKIP=2)
**********************************************************************
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.060s
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/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 1.111s
FAILED (SKIP=6, errors=1)
**********************************************************************
IPython test group: IPython.nbformat
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.039s
OK
**********************************************************************
IPython test group: IPython.zmq
........................................................................................................................................................
----------------------------------------------------------------------
Ran 162 tests in 9.217s
OK
**********************************************************************
IPython test group: IPython.parallel
............................................................................................S..........................................S
----------------------------------------------------------------------
Ran 136 tests in 36.999s
OK (SKIP=2)
**********************************************************************
Test suite completed for system with the following information:
{'commit_hash': '4518e67',
'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 pexpect qt sqlite3 tornado zmq
Tools and libraries NOT available at test time:
matplotlib pymongo wx wx.aui
Ran 11 test groups in 96.680s
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