Skip to content

Instantly share code, notes, and snippets.

@takluyver
Created May 26, 2012 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takluyver/2793078 to your computer and use it in GitHub Desktop.
Save takluyver/2793078 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.063s
OK
.........................................................................................................F..................................................F...................................S.........................................................................................K.........
======================================================================
FAIL: test_whole_cell (IPython.core.tests.test_inputsplitter.CellModeCellMagics)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/thomas/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/core/tests/test_inputsplitter.py", line 759, in test_whole_cell
nt.assert_equal(out, ref)
AssertionError: "get_ipython()._cell_magic('cellm', 'line')\n" != "get_ipython()._cell_magic(u'cellm', u'line')\n"
- get_ipython()._cell_magic('cellm', 'line')
+ get_ipython()._cell_magic(u'cellm', u'line')
? + +
"""Fail immediately, with the given message."""
>> raise self.failureException('"get_ipython()._cell_magic(\'cellm\', \'line\')\\n" != "get_ipython()._cell_magic(u\'cellm\', u\'line\')\\n"\n- get_ipython()._cell_magic(\'cellm\', \'line\')\n+ get_ipython()._cell_magic(u\'cellm\', u\'line\')\n? + +\n')
======================================================================
FAIL: test_whole_cell (IPython.core.tests.test_inputsplitter.LineModeCellMagics)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/thomas/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/core/tests/test_inputsplitter.py", line 793, in test_whole_cell
nt.assert_equal(out, ref)
AssertionError: "get_ipython()._cell_magic('cellm', 'line')\n" != "get_ipython()._cell_magic(u'cellm', u'line')\n"
- get_ipython()._cell_magic('cellm', 'line')
+ get_ipython()._cell_magic(u'cellm', u'line')
? + +
"""Fail immediately, with the given message."""
>> raise self.failureException('"get_ipython()._cell_magic(\'cellm\', \'line\')\\n" != "get_ipython()._cell_magic(u\'cellm\', u\'line\')\\n"\n- get_ipython()._cell_magic(\'cellm\', \'line\')\n+ get_ipython()._cell_magic(u\'cellm\', u\'line\')\n? + +\n')
----------------------------------------------------------------------
Ran 292 tests in 16.017s
FAILED (KNOWNFAIL=1, SKIP=1, failures=2)
.....
----------------------------------------------------------------------
Ran 5 tests in 6.394s
OK
..........................
----------------------------------------------------------------------
Ran 26 tests in 3.345s
OK
........................
----------------------------------------------------------------------
Ran 24 tests in 6.511s
OK
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
.........................S..S......................S
----------------------------------------------------------------------
Ran 52 tests in 0.057s
OK (SKIP=3)
..................................................................SS...S............S............S..S..............................................S.........S..................................................
----------------------------------------------------------------------
Ran 208 tests in 1.210s
OK (SKIP=8)
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.033s
OK
............................
----------------------------------------------------------------------
Ran 28 tests in 10.546s
OK
...............................................................................................S......................K............K.................S
----------------------------------------------------------------------
Ran 150 tests in 45.495s
OK (KNOWNFAIL=2, SKIP=2)
**********************************************************************
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
**********************************************************************
IPython test group: IPython.zmq
**********************************************************************
IPython test group: IPython.parallel
**********************************************************************
Test suite completed for system with the following information:
{'commit_hash': 'd69dd62',
'commit_source': 'installation',
'ipython_path': '/home/thomas/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.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.2/bin/python',
'sys_platform': 'linux2',
'sys_version': '3.2.3 (default, May 3 2012, 15:54:42) \n[GCC 4.6.3]'}
Tools and libraries available at test time:
curses matplotlib pexpect qt sqlite3 tornado zmq
Tools and libraries NOT available at test time:
pymongo wx wx.aui
Ran 11 test groups in 106.482s
Status:
ERROR - 1 out of 11 test groups failed.
----------------------------------------
Runner failed: IPython.core
You may wish to rerun this one individually, with:
/home/thomas/.ipy_pr_tests/venv-python3.2/bin/python /home/thomas/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/testing/iptest.py IPython.core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment