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/2793077 to your computer and use it in GitHub Desktop.
Save takluyver/2793077 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.061s
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))
........................................................................................................F..................................................F...................................S............................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.1/lib/python3.1/site-packages/ipython-0.13.dev-py3.1.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\')\\n" != "get_ipython()._cell_magic(u\'cellm\', u\'line\')\\n"' = '%r != %r' % ("get_ipython()._cell_magic('cellm', 'line')\n", "get_ipython()._cell_magic(u'cellm', u'line')\n")
'"get_ipython()._cell_magic(\'cellm\', \'line\')\\n" != "get_ipython()._cell_magic(u\'cellm\', u\'line\')\\n"' = self._formatMessage('"get_ipython()._cell_magic(\'cellm\', \'line\')\\n" != "get_ipython()._cell_magic(u\'cellm\', u\'line\')\\n"', '"get_ipython()._cell_magic(\'cellm\', \'line\')\\n" != "get_ipython()._cell_magic(u\'cellm\', u\'line\')\\n"')
>> raise self.failureException('"get_ipython()._cell_magic(\'cellm\', \'line\')\\n" != "get_ipython()._cell_magic(u\'cellm\', u\'line\')\\n"')
======================================================================
FAIL: test_whole_cell (IPython.core.tests.test_inputsplitter.LineModeCellMagics)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/thomas/.ipy_pr_tests/venv-python3.1/lib/python3.1/site-packages/ipython-0.13.dev-py3.1.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\')\\n" != "get_ipython()._cell_magic(u\'cellm\', u\'line\')\\n"' = '%r != %r' % ("get_ipython()._cell_magic('cellm', 'line')\n", "get_ipython()._cell_magic(u'cellm', u'line')\n")
'"get_ipython()._cell_magic(\'cellm\', \'line\')\\n" != "get_ipython()._cell_magic(u\'cellm\', u\'line\')\\n"' = self._formatMessage('"get_ipython()._cell_magic(\'cellm\', \'line\')\\n" != "get_ipython()._cell_magic(u\'cellm\', u\'line\')\\n"', '"get_ipython()._cell_magic(\'cellm\', \'line\')\\n" != "get_ipython()._cell_magic(u\'cellm\', u\'line\')\\n"')
>> raise self.failureException('"get_ipython()._cell_magic(\'cellm\', \'line\')\\n" != "get_ipython()._cell_magic(u\'cellm\', u\'line\')\\n"')
----------------------------------------------------------------------
Ran 288 tests in 17.892s
FAILED (KNOWNFAIL=1, SKIP=2, failures=2)
.....
----------------------------------------------------------------------
Ran 5 tests in 6.395s
OK
........
----------------------------------------------------------------------
Ran 8 tests in 0.002s
OK
........S.......SS......
----------------------------------------------------------------------
Ran 24 tests in 2.473s
OK (SKIP=3)
----------------------------------------------------------------------
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 207 tests in 1.089s
OK (SKIP=8)
/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.033s
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': 'd69dd62',
'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 41.355s
Status:
ERROR - 1 out of 9 test groups failed.
----------------------------------------
Runner failed: IPython.core
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.core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment