Skip to content

Instantly share code, notes, and snippets.

@minrk
Created June 12, 2012 05:38
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/2915373 to your computer and use it in GitHub Desktop.
Save minrk/2915373 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.076s
OK
[?1034h.......................................................................................................................................................................................................S......................................................................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-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/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 [truncated]... != '%foo1 [-f FOO]\n\nA docstring.\n\noptional arguments:\n -f FOO, --foo FOO an [truncated]...
%foo1 [-f FOO]
- A docstring.
? -
+ A docstring.
optional arguments:
-f FOO, --foo FOO an argument
"""Fail immediately, with the given message."""
>> raise self.failureException("'%foo1 [-f FOO]\\n\\n A docstring.\\n\\noptional arguments:\\n -f FOO, --foo FOO an [truncated]... != '%foo1 [-f FOO]\\n\\nA docstring.\\n\\noptional arguments:\\n -f FOO, --foo FOO an [truncated]...\n %foo1 [-f FOO]\n \n- A docstring.\n? -\n+ A docstring.\n \n optional arguments:\n -f FOO, --foo FOO an argument\n")
----------------------------------------------------------------------
Ran 321 tests in 10.607s
FAILED (KNOWNFAIL=1, SKIP=1, failures=1)
[?1034h.
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[?1034h..........
----------------------------------------------------------------------
Ran 10 tests in 2.053s
OK
[?1034h................SS......
----------------------------------------------------------------------
Ran 24 tests in 1.531s
OK (SKIP=2)
[?1034h
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
[?1034h.........................S....S....................S
----------------------------------------------------------------------
Ran 52 tests in 0.072s
OK (SKIP=3)
[?1034h....................................................................SS...S..............S............S..S................................................S.........S..................................................
----------------------------------------------------------------------
Ran 214 tests in 2.038s
OK (SKIP=8)
[?1034h......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.061s
OK
[?1034h.........................
----------------------------------------------------------------------
Ran 25 tests in 12.616s
OK
[?1034h...........................................................................................................S..........S........................K.S.....K.................S
----------------------------------------------------------------------
Ran 170 tests in 56.953s
OK (KNOWNFAIL=2, SKIP=4)
[?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': '0cbecba',
'commit_source': 'installation',
'ipython_path': '/Users/minrk/.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': 'Darwin-11.4.0-x86_64-i386-64bit',
'sys_executable': '/Users/minrk/.ipy_pr_tests/venv-python3.2/bin/python',
'sys_platform': 'darwin',
'sys_version': '3.2.3 (v3.2.3:3d0686d90f55, Apr 10 2012, 11:25:50) \n[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]'}
Tools and libraries available at test time:
curses numpy pexpect pygments sqlite3 tornado zmq
Tools and libraries NOT available at test time:
cython matplotlib pymongo qt rpy2 wx wx.aui
Ran 11 test groups in 100.140s
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-python3.2/bin/python /Users/minrk/.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