Skip to content

Instantly share code, notes, and snippets.

Created May 2, 2012 22:00
Show Gist options
  • Save anonymous/2580880 to your computer and use it in GitHub Desktop.
Save anonymous/2580880 to your computer and use it in GitHub Desktop.
IPython test log
.............................................
----------------------------------------------------------------------
Ran 45 tests in 0.090s
OK
/home/thomas/.ipy_pr_tests/venv-python3.1/lib/python3.1/site-packages/ipython-0.13.dev-py3.1.egg/IPython/nbformat/v3/tests/nbexamples.py:13: DeprecationWarning: encodestring() is a deprecated alias, use encodebytes()
png = encodestring(os.urandom(5))
/home/thomas/.ipy_pr_tests/venv-python3.1/lib/python3.1/site-packages/ipython-0.13.dev-py3.1.egg/IPython/nbformat/v3/tests/nbexamples.py:14: DeprecationWarning: encodestring() is a deprecated alias, use encodebytes()
jpeg = encodestring(os.urandom(6))
...................................................................................................................................................................................................S.....................S........................................................K.........
----------------------------------------------------------------------
Ran 284 tests in 16.222s
OK (KNOWNFAIL=1, SKIP=2)
..........
----------------------------------------------------------------------
Ran 10 tests in 6.372s
OK
...........
----------------------------------------------------------------------
Ran 11 tests in 0.003s
OK
........S.......SS......
----------------------------------------------------------------------
Ran 24 tests in 2.400s
OK (SKIP=3)
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
.........................S..S......................S
----------------------------------------------------------------------
Ran 52 tests in 0.055s
OK (SKIP=3)
.................................................................SS...SE...........S............S..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/python3/dist-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/home/thomas/.ipy_pr_tests/venv-python3.1/lib/python3.1/site-packages/ipython-0.13.dev-py3.1.egg/IPython/utils/tests/test_path.py", line 212, in test_get_ipython_dir_1
raise Exception("Spurious exception")
Exception: Spurious exception
----------------------------------------------------------------------
Ran 204 tests in 1.116s
FAILED (SKIP=8, errors=1)
/home/thomas/.ipy_pr_tests/venv-python3.1/lib/python3.1/site-packages/ipython-0.13.dev-py3.1.egg/IPython/nbformat/v2/tests/nbexamples.py:11: DeprecationWarning: encodestring() is a deprecated alias, use encodebytes()
png = encodestring(os.urandom(5))
/home/thomas/.ipy_pr_tests/venv-python3.1/lib/python3.1/site-packages/ipython-0.13.dev-py3.1.egg/IPython/nbformat/v2/tests/nbexamples.py:12: DeprecationWarning: encodestring() is a deprecated alias, use encodebytes()
jpeg = encodestring(os.urandom(6))
/home/thomas/.ipy_pr_tests/venv-python3.1/lib/python3.1/site-packages/ipython-0.13.dev-py3.1.egg/IPython/nbformat/v3/tests/nbexamples.py:13: DeprecationWarning: encodestring() is a deprecated alias, use encodebytes()
png = encodestring(os.urandom(5))
/home/thomas/.ipy_pr_tests/venv-python3.1/lib/python3.1/site-packages/ipython-0.13.dev-py3.1.egg/IPython/nbformat/v3/tests/nbexamples.py:14: DeprecationWarning: encodestring() is a deprecated alias, use encodebytes()
jpeg = encodestring(os.urandom(6))
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.040s
OK
**********************************************************************
IPython test group: IPython.config
**********************************************************************
IPython test group: IPython.core
**********************************************************************
IPython test group: IPython.extensions
**********************************************************************
IPython test group: IPython.frontend
**********************************************************************
IPython test group: IPython.lib
**********************************************************************
IPython test group: IPython.scripts
**********************************************************************
IPython test group: IPython.testing
**********************************************************************
IPython test group: IPython.utils
**********************************************************************
IPython test group: IPython.nbformat
**********************************************************************
Test suite completed for system with the following information:
{'commit_hash': 'fc9f6cd',
'commit_source': 'installation',
'ipython_path': '/home/thomas/.ipy_pr_tests/venv-python3.1/lib/python3.1/site-packages/ipython-0.13.dev-py3.1.egg/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-python3.1/bin/python',
'sys_platform': 'linux2',
'sys_version': '3.1.4 (default, Sep 25 2011, 10:48:10) \n[GCC 4.6.1]'}
Tools and libraries available at test time:
curses pexpect sqlite3 tornado
Tools and libraries NOT available at test time:
matplotlib pymongo qt wx wx.aui zmq
Ran 9 test groups in 40.819s
Status:
ERROR - 1 out of 9 test groups failed.
----------------------------------------
Runner failed: IPython.utils
You may wish to rerun this one individually, with:
/home/thomas/.ipy_pr_tests/venv-python3.1/bin/python /home/thomas/.ipy_pr_tests/venv-python3.1/lib/python3.1/site-packages/ipython-0.13.dev-py3.1.egg/IPython/testing/iptest.py IPython.utils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment