Skip to content

Instantly share code, notes, and snippets.

@bfroehle
Created July 31, 2012 19:00
Show Gist options
  • Save bfroehle/3219507 to your computer and use it in GitHub Desktop.
Save bfroehle/3219507 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.060s
OK
....................................................E.....................................................................................................................................................................................................................................................................................................................................................................................................................................K.........
======================================================================
ERROR: test format constraint, and validity of jpeg and png
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/bfroehle/.local/lib/python2.6/site-packages/nose-1.1.2-py2.6.egg/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/bfroehle/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython/core/tests/test_display.py", line 35, in test_image_filename_defaults
nt.assert_is_not_none(img._repr_png_())
AttributeError: 'module' object has no attribute 'assert_is_not_none'
----------------------------------------------------------------------
Ran 488 tests in 24.042s
FAILED (KNOWNFAIL=1, errors=1)
......
----------------------------------------------------------------------
Ran 6 tests in 1.969s
OK
..............
----------------------------------------------------------------------
Ran 14 tests in 2.746s
OK
...............SS.....................SS.........
----------------------------------------------------------------------
Ran 50 tests in 6.141s
OK (SKIP=4)
..............................S..S.........................S
----------------------------------------------------------------------
Ran 64 tests in 0.150s
OK (SKIP=3)
.............................................................................SS...S..............S............S..S.................................................................................................................
----------------------------------------------------------------------
Ran 229 tests in 1.328s
OK (SKIP=6)
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.067s
OK
...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 572 tests in 13.480s
OK
..........................................................................................................S..........S................................S........................S
----------------------------------------------------------------------
Ran 177 tests in 63.756s
OK (SKIP=4)
**********************************************************************
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.testing
**********************************************************************
IPython test group: IPython.utils
**********************************************************************
IPython test group: IPython.nbformat
**********************************************************************
IPython test group: IPython.zmq
**********************************************************************
IPython test group: IPython.parallel
**********************************************************************
Test suite completed for system with the following information:
{'commit_hash': 'cbac4d7',
'commit_source': 'installation',
'default_encoding': 'UTF-8',
'ipython_path': '/home/bfroehle/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython',
'ipython_version': '0.14.dev',
'os_name': 'posix',
'platform': 'Linux-3.2.0-24-generic-x86_64-with-Ubuntu-12.04-precise',
'sys_executable': '/home/bfroehle/.ipy_pr_tests/venv-python2.6/bin/python',
'sys_platform': 'linux2',
'sys_version': '2.6.8 (default, May 12 2012, 12:41:44) \n[GCC 4.6.3]'}
Tools and libraries available at test time:
curses cython numpy pexpect pygments sqlite3 tornado zmq
Tools and libraries NOT available at test time:
matplotlib oct2py pymongo qt rpy2 wx wx.aui
Ran 10 test groups in 135.350s
Status:
ERROR - 1 out of 10 test groups failed.
----------------------------------------
Runner failed: IPython.core
You may wish to rerun this one individually, with:
/home/bfroehle/.ipy_pr_tests/venv-python2.6/bin/python /home/bfroehle/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython/testing/iptest.py IPython.core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment