Skip to content

Instantly share code, notes, and snippets.

@minrk
Created June 12, 2012 04:52
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 minrk/2915122 to your computer and use it in GitHub Desktop.
Save minrk/2915122 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.077s
OK
[?1034h............................................................................................................................................................................................................................................................................F.....................................................................................................................................K.........
======================================================================
FAIL: test (IPython.core.tests.test_magic_arguments.test_magic_arguments)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/minrk/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/_paramtestpy2.py", line 54, in run_parametric
testgen.next()
File "/Users/minrk/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/core/tests/test_magic_arguments.py", line 80, in test_magic_arguments
yield assert_equal(magic_foo1.__doc__, '%foo1 [-f FOO]\n\nA docstring.\n\noptional arguments:\n -f FOO, --foo FOO an argument\n')
AssertionError: '%foo1 [-f FOO]\n\n A docstring.\n\noptional arguments:\n -f FOO, --foo FOO an argument\n' != '%foo1 [-f FOO]\n\nA docstring.\n\noptional arguments:\n -f FOO, --foo FOO an argument\n'
"'%foo1 [-f FOO]\\n\\n A docstring.\\n\\noptional arguments:\\n -f FOO, --foo FOO an argument\\n' != '%foo1 [-f FOO]\\n\\nA docstring.\\n\\noptional arguments:\\n -f FOO, --foo FOO an argument\\n'" = '%s != %s' % (safe_repr('%foo1 [-f FOO]\n\n A docstring.\n\noptional arguments:\n -f FOO, --foo FOO an argument\n'), safe_repr('%foo1 [-f FOO]\n\nA docstring.\n\noptional arguments:\n -f FOO, --foo FOO an argument\n'))
"'%foo1 [-f FOO]\\n\\n A docstring.\\n\\noptional arguments:\\n -f FOO, --foo FOO an argument\\n' != '%foo1 [-f FOO]\\n\\nA docstring.\\n\\noptional arguments:\\n -f FOO, --foo FOO an argument\\n'" = self._formatMessage("'%foo1 [-f FOO]\\n\\n A docstring.\\n\\noptional arguments:\\n -f FOO, --foo FOO an argument\\n' != '%foo1 [-f FOO]\\n\\nA docstring.\\n\\noptional arguments:\\n -f FOO, --foo FOO an argument\\n'", "'%foo1 [-f FOO]\\n\\n A docstring.\\n\\noptional arguments:\\n -f FOO, --foo FOO an argument\\n' != '%foo1 [-f FOO]\\n\\nA docstring.\\n\\noptional arguments:\\n -f FOO, --foo FOO an argument\\n'")
>> raise self.failureException("'%foo1 [-f FOO]\\n\\n A docstring.\\n\\noptional arguments:\\n -f FOO, --foo FOO an argument\\n' != '%foo1 [-f FOO]\\n\\nA docstring.\\n\\noptional arguments:\\n -f FOO, --foo FOO an argument\\n'")
----------------------------------------------------------------------
Ran 417 tests in 7.249s
FAILED (KNOWNFAIL=1, failures=1)
[?1034h............
----------------------------------------------------------------------
Ran 12 tests in 1.101s
OK
[?1034h..........................
----------------------------------------------------------------------
Ran 26 tests in 4.418s
OK
[?1034h......................................
----------------------------------------------------------------------
Ran 39 tests in 5.222s
OK
[?1034h
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
[?1034h...........................S....S......................S
----------------------------------------------------------------------
Ran 60 tests in 0.189s
OK (SKIP=3)
[?1034h......................................................................SS...S..............S............S..S.............................................................................................................
----------------------------------------------------------------------
Ran 217 tests in 2.267s
OK (SKIP=6)
[?1034h......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.056s
OK
[?1034h......................................................................................................................................................
----------------------------------------------------------------------
Ran 160 tests in 12.798s
OK
[?1034h................................................................................................S.............................................................................S
----------------------------------------------------------------------
Ran 176 tests in 65.814s
OK (SKIP=2)
[?1034h**********************************************************************
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': 'df97f2d',
'commit_source': 'installation',
'ipython_path': '/Users/minrk/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython',
'ipython_version': '0.13.dev',
'os_name': 'posix',
'platform': 'Darwin-11.4.0-x86_64-i386-64bit',
'sys_executable': '/Users/minrk/.ipy_pr_tests/venv-python2.7/bin/python',
'sys_platform': 'darwin',
'sys_version': '2.7.1 (r271:86832, Jul 31 2011, 19:30:53) \n[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]'}
Tools and libraries available at test time:
curses cython matplotlib numpy pexpect pygments pymongo qt rpy2 sqlite3 tornado zmq
Tools and libraries NOT available at test time:
wx wx.aui
Ran 11 test groups in 124.209s
Status:
ERROR - 1 out of 11 test groups failed.
----------------------------------------
Runner failed: IPython.core
You may wish to rerun this one individually, with:
/Users/minrk/.ipy_pr_tests/venv-python2.7/bin/python /Users/minrk/.ipy_pr_tests/venv-python2.7/lib/python2.7/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