Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created June 21, 2012 12:26
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 cdeil/2965469 to your computer and use it in GitHub Desktop.
Save cdeil/2965469 to your computer and use it in GitHub Desktop.
IPython test log
No entry for terminal type "xterm-256color";
using dumb terminal settings.
/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning:
******************************************************************************
libedit detected - readline will not be well behaved, including but not limited to:
* crashes on tab completion
* incorrect history navigation
* corrupting long-lines
* failure to wrap or indent lines properly
It is highly recommended that you install readline, which is easy_installable:
easy_install readline
Note that `pip install readline` generally DOES NOT WORK, because
it installs to site-packages, which come *after* lib-dynload in sys.path,
where readline is located. It must be `easy_install readline`, or to a custom
location on your PYTHONPATH (even --user comes after lib-dyload).
******************************************************************************
RuntimeWarning)
................................S...........S.
----------------------------------------------------------------------
Ran 46 tests in 0.073s
OK (SKIP=2)
No entry for terminal type "xterm-256color";
using dumb terminal settings.
/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning:
******************************************************************************
libedit detected - readline will not be well behaved, including but not limited to:
* crashes on tab completion
* incorrect history navigation
* corrupting long-lines
* failure to wrap or indent lines properly
It is highly recommended that you install readline, which is easy_installable:
easy_install readline
Note that `pip install readline` generally DOES NOT WORK, because
it installs to site-packages, which come *after* lib-dynload in sys.path,
where readline is located. It must be `easy_install readline`, or to a custom
location on your PYTHONPATH (even --user comes after lib-dyload).
******************************************************************************
RuntimeWarning)
........................................................................................................................................................................................................................................................................................................................................................................................................................................EE....................KE..E.....
======================================================================
ERROR: test_startup_ipy (IPython.core.tests.test_profile.ProfileStartupTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/decorators.py", line 228, in skipper_func
return f(*args, **kwargs)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/core/tests/test_profile.py", line 118, in test_startup_ipy
self.validate('test')
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/core/tests/test_profile.py", line 107, in validate
tt.ipexec_validate(self.fname, output, '', options=self.options)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/tools.py", line 262, in ipexec_validate
(fname, err))
ValueError: Running file '/var/folders/9v/3cf9p8mx0n1gzcsq3mw9799m0000gn/T/tmpruhKIJ/test.py' produced error: 'No entry for terminal type "xterm-256color";\nusing dumb terminal settings.\n/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning: \n******************************************************************************\nlibedit detected - readline will not be well behaved, including but not limited to:\n * crashes on tab completion\n * incorrect history navigation\n * corrupting long-lines\n * failure to wrap or indent lines properly\nIt is highly recommended that you install readline, which is easy_installable:\n easy_install readline\nNote that `pip install readline` generally DOES NOT WORK, because\nit installs to site-packages, which come *after* lib-dynload in sys.path,\nwhere readline is located. It must be `easy_install readline`, or to a custom\nlocation on your PYTHONPATH (even --user comes after lib-dyload).\n******************************************************************************\n RuntimeWarning)\n'
======================================================================
ERROR: test_startup_py (IPython.core.tests.test_profile.ProfileStartupTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/decorators.py", line 228, in skipper_func
return f(*args, **kwargs)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/core/tests/test_profile.py", line 113, in test_startup_py
self.validate('123')
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/core/tests/test_profile.py", line 107, in validate
tt.ipexec_validate(self.fname, output, '', options=self.options)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/tools.py", line 262, in ipexec_validate
(fname, err))
ValueError: Running file '/var/folders/9v/3cf9p8mx0n1gzcsq3mw9799m0000gn/T/tmpruhKIJ/test.py' produced error: 'No entry for terminal type "xterm-256color";\nusing dumb terminal settings.\n/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning: \n******************************************************************************\nlibedit detected - readline will not be well behaved, including but not limited to:\n * crashes on tab completion\n * incorrect history navigation\n * corrupting long-lines\n * failure to wrap or indent lines properly\nIt is highly recommended that you install readline, which is easy_installable:\n easy_install readline\nNote that `pip install readline` generally DOES NOT WORK, because\nit installs to site-packages, which come *after* lib-dynload in sys.path,\nwhere readline is located. It must be `easy_install readline`, or to a custom\nlocation on your PYTHONPATH (even --user comes after lib-dyload).\n******************************************************************************\n RuntimeWarning)\n'
======================================================================
ERROR: Test that object's __del__ methods are called on exit.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/core/tests/test_run.py", line 189, in test_obj_del
tt.ipexec_validate(self.fname, 'object A deleted', err)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/tools.py", line 262, in ipexec_validate
(fname, err))
ValueError: Running file '/var/folders/9v/3cf9p8mx0n1gzcsq3mw9799m0000gn/T/tmpMtSiIS.py' produced error: 'No entry for terminal type "xterm-256color";\nusing dumb terminal settings.\n/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning: \n******************************************************************************\nlibedit detected - readline will not be well behaved, including but not limited to:\n * crashes on tab completion\n * incorrect history navigation\n * corrupting long-lines\n * failure to wrap or indent lines properly\nIt is highly recommended that you install readline, which is easy_installable:\n easy_install readline\nNote that `pip install readline` generally DOES NOT WORK, because\nit installs to site-packages, which come *after* lib-dynload in sys.path,\nwhere readline is located. It must be `easy_install readline`, or to a custom\nlocation on your PYTHONPATH (even --user comes after lib-dyload).\n******************************************************************************\n RuntimeWarning)\n'
======================================================================
ERROR: IPython.core.tests.test_run.TestMagicRunSimple.test_tclass
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/decorators.py", line 228, in skipper_func
return f(*args, **kwargs)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/core/tests/test_run.py", line 231, in test_tclass
tt.ipexec_validate(self.fname, out, err)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/tools.py", line 262, in ipexec_validate
(fname, err))
ValueError: Running file '/var/folders/9v/3cf9p8mx0n1gzcsq3mw9799m0000gn/T/tmpkn7GR7.ipy' produced error: 'No entry for terminal type "xterm-256color";\nusing dumb terminal settings.\n/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning: \n******************************************************************************\nlibedit detected - readline will not be well behaved, including but not limited to:\n * crashes on tab completion\n * incorrect history navigation\n * corrupting long-lines\n * failure to wrap or indent lines properly\nIt is highly recommended that you install readline, which is easy_installable:\n easy_install readline\nNote that `pip install readline` generally DOES NOT WORK, because\nit installs to site-packages, which come *after* lib-dynload in sys.path,\nwhere readline is located. It must be `easy_install readline`, or to a custom\nlocation on your PYTHONPATH (even --user comes after lib-dyload).\n******************************************************************************\n RuntimeWarning)\n'
----------------------------------------------------------------------
Ran 461 tests in 17.263s
FAILED (KNOWNFAIL=1, errors=4)
No entry for terminal type "xterm-256color";
using dumb terminal settings.
/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning:
******************************************************************************
libedit detected - readline will not be well behaved, including but not limited to:
* crashes on tab completion
* incorrect history navigation
* corrupting long-lines
* failure to wrap or indent lines properly
It is highly recommended that you install readline, which is easy_installable:
easy_install readline
Note that `pip install readline` generally DOES NOT WORK, because
it installs to site-packages, which come *after* lib-dynload in sys.path,
where readline is located. It must be `easy_install readline`, or to a custom
location on your PYTHONPATH (even --user comes after lib-dyload).
******************************************************************************
RuntimeWarning)
.../Users/deil/.cython/inline/_cython_inline_f674c3c06be56a146e8db29bd69f0874.c:509:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
1 warning generated.
./Users/deil/.pyxbld/temp.macosx-10.7-x86_64-2.7/pyrex/_test_cython_pyximport.c:496:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
1 warning generated.
./Users/deil/.ipython/cython/_cython_magic_d032874fe48bf3c66523b63701ab3fc0.c:496:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
1 warning generated.
......
----------------------------------------------------------------------
Ran 11 tests in 10.022s
OK
No entry for terminal type "xterm-256color";
using dumb terminal settings.
/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning:
******************************************************************************
libedit detected - readline will not be well behaved, including but not limited to:
* crashes on tab completion
* incorrect history navigation
* corrupting long-lines
* failure to wrap or indent lines properly
It is highly recommended that you install readline, which is easy_installable:
easy_install readline
Note that `pip install readline` generally DOES NOT WORK, because
it installs to site-packages, which come *after* lib-dynload in sys.path,
where readline is located. It must be `easy_install readline`, or to a custom
location on your PYTHONPATH (even --user comes after lib-dyload).
******************************************************************************
RuntimeWarning)
..........................FF..
======================================================================
FAIL: Test that multiline history skips empty line cells
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/decorators.py", line 228, in skipper_func
return f(*args, **kwargs)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/decorators.py", line 228, in skipper_func
return f(*args, **kwargs)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/frontend/terminal/tests/test_interactivshell.py", line 168, in test_replace_multiline_hist_replaces_empty_line
self.assertEquals(hist, expected)
AssertionError: Lists differ: ['line0', None, None, 'l?ne1\n... != ['line0', 'l?ne1\nline2', 'l?n...
First differing element 1:
None
l?ne1
line2
- ['line0', None, None, 'l?ne1\nline2']
+ ['line0', 'l?ne1\nline2', 'l?ne3', 'line4']
"""Fail immediately, with the given message."""
>> raise self.failureException("Lists differ: ['line0', None, None, 'l?ne1\\n... != ['line0', 'l?ne1\\nline2', 'l?n...\n\nFirst differing element 1:\nNone\nl?ne1\nline2\n\n- ['line0', None, None, 'l?ne1\\nline2']\n+ ['line0', 'l?ne1\\nline2', 'l?ne3', 'line4']")
======================================================================
FAIL: Test that multiline entries are replaced twice
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/decorators.py", line 228, in skipper_func
return f(*args, **kwargs)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/decorators.py", line 228, in skipper_func
return f(*args, **kwargs)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/frontend/terminal/tests/test_interactivshell.py", line 131, in test_replace_multiline_hist_replaces_twice
self.assertEquals(hist, expected)
AssertionError: Lists differ: [None, None, 'l?ne3'] != ['line0', 'l?ne1\nline2', 'l?n...
First differing element 0:
None
line0
- [None, None, 'l?ne3']
+ ['line0', 'l?ne1\nline2', 'l?ne3\nline4']
"""Fail immediately, with the given message."""
>> raise self.failureException("Lists differ: [None, None, 'l?ne3'] != ['line0', 'l?ne1\\nline2', 'l?n...\n\nFirst differing element 0:\nNone\nline0\n\n- [None, None, 'l?ne3']\n+ ['line0', 'l?ne1\\nline2', 'l?ne3\\nline4']")
----------------------------------------------------------------------
Ran 30 tests in 12.489s
FAILED (failures=2)
No entry for terminal type "xterm-256color";
using dumb terminal settings.
/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning:
******************************************************************************
libedit detected - readline will not be well behaved, including but not limited to:
* crashes on tab completion
* incorrect history navigation
* corrupting long-lines
* failure to wrap or indent lines properly
It is highly recommended that you install readline, which is easy_installable:
easy_install readline
Note that `pip install readline` generally DOES NOT WORK, because
it installs to site-packages, which come *after* lib-dynload in sys.path,
where readline is located. It must be `easy_install readline`, or to a custom
location on your PYTHONPATH (even --user comes after lib-dyload).
******************************************************************************
RuntimeWarning)
..............F.FF....................
======================================================================
FAIL: Test the IPython runner.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/lib/tests/test_irunner.py", line 135, in testIPython
self._test_runner(runner,source,output)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/lib/tests/test_irunner.py", line 45, in _test_runner
self.fail(message)
AssertionError: Mismatch in number of lines
Expected:
~~~~~~~~~
In [1]: print 'hello, this is python'
hello, this is python
# some more code
In [2]: x=1;y=2
In [3]: x+y**2
Out[3]: 5
# An example of autocall functionality
In [4]: from math import *
In [5]: autocall 1
Automatic calling is: Smart
In [6]: cos pi
------> cos(pi)
Out[6]: -1.0
In [7]: autocall 0
Automatic calling is: OFF
In [8]: cos pi
File "<ipython-input-8-6bd7313dd9a9>", line 1
cos pi
^
SyntaxError: invalid syntax
In [9]: cos(pi)
Out[9]: -1.0
In [10]: for i in range(5):
....: print i
....:
0
1
2
3
4
In [11]: print "that's all folks!"
that's all folks!
In [12]: exit
Got:
~~~~~~~~~
In [1]: print 'hello, this is python'
hello, this is python
# some more code
In [2]: x=1;y=2
"""Fail immediately, with the given message."""
>> raise self.failureException('Mismatch in number of lines\n\nExpected:\n~~~~~~~~~\nIn [1]: print \'hello, this is python\'\nhello, this is python\n# some more code\nIn [2]: x=1;y=2\nIn [3]: x+y**2\nOut[3]: 5\n# An example of autocall functionality\nIn [4]: from math import *\nIn [5]: autocall 1\nAutomatic calling is: Smart\nIn [6]: cos pi\n------> cos(pi)\nOut[6]: -1.0\nIn [7]: autocall 0\nAutomatic calling is: OFF\nIn [8]: cos pi\n File "<ipython-input-8-6bd7313dd9a9>", line 1\n cos pi\n ^\nSyntaxError: invalid syntax\nIn [9]: cos(pi)\nOut[9]: -1.0\nIn [10]: for i in range(5):\n ....: print i\n ....:\n0\n1\n2\n3\n4\nIn [11]: print "that\'s all folks!"\nthat\'s all folks!\nIn [12]: exit\n\nGot:\n~~~~~~~~~\nIn [1]: print \'hello, this is python\'\nhello, this is python\n# some more code\nIn [2]: x=1;y=2')
======================================================================
FAIL: Verify that plot is not available when pylab_import_all = False
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/decorators.py", line 228, in skipper_func
return f(*args, **kwargs)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/decorators.py", line 228, in skipper_func
return f(*args, **kwargs)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/lib/tests/test_irunner_pylab_magic.py", line 118, in test_pylab_import_all_disabled
self._test_runner(runner,source,output)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/lib/tests/test_irunner_pylab_magic.py", line 53, in _test_runner
self.fail(message)
AssertionError: Mismatch in number of lines
Expected:
~~~~~~~~~
In \[1\]: from IPython\.config\.application import Application
In \[2\]: app = Application\.instance\(\)
In \[3\]: app\.pylab_import_all = False
In \[4\]: pylab
^Welcome to pylab, a matplotlib-based Python environment
For more information, type 'help\(pylab\)'\.
In \[5\]: ip=get_ipython\(\)
In \[6\]: 'plot' in ip\.user_ns
Out\[6\]: False
Got:
~~~~~~~~~
In [1]: from IPython.config.application import Application
In [2]: app = Application.instance()
"""Fail immediately, with the given message."""
>> raise self.failureException("Mismatch in number of lines\n\nExpected:\n~~~~~~~~~\nIn \\[1\\]: from IPython\\.config\\.application import Application\nIn \\[2\\]: app = Application\\.instance\\(\\)\nIn \\[3\\]: app\\.pylab_import_all = False\nIn \\[4\\]: pylab\n^Welcome to pylab, a matplotlib-based Python environment\nFor more information, type 'help\\(pylab\\)'\\.\nIn \\[5\\]: ip=get_ipython\\(\\)\nIn \\[6\\]: 'plot' in ip\\.user_ns\nOut\\[6\\]: False\n\nGot:\n~~~~~~~~~\nIn [1]: from IPython.config.application import Application\nIn [2]: app = Application.instance()")
======================================================================
FAIL: Verify that plot is available when pylab_import_all = True
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/decorators.py", line 228, in skipper_func
return f(*args, **kwargs)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/decorators.py", line 228, in skipper_func
return f(*args, **kwargs)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/lib/tests/test_irunner_pylab_magic.py", line 92, in test_pylab_import_all_enabled
self._test_runner(runner,source,output)
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/lib/tests/test_irunner_pylab_magic.py", line 53, in _test_runner
self.fail(message)
AssertionError: Mismatch in number of lines
Expected:
~~~~~~~~~
In \[1\]: from IPython\.config\.application import Application
In \[2\]: app = Application\.instance\(\)
In \[3\]: app\.pylab_import_all = True
In \[4\]: pylab
^Welcome to pylab, a matplotlib-based Python environment
For more information, type 'help\(pylab\)'\.
In \[5\]: ip=get_ipython\(\)
In \[6\]: 'plot' in ip\.user_ns
Out\[6\]: True
Got:
~~~~~~~~~
In [1]: from IPython.config.application import Application
In [2]: app = Application.instance()
"""Fail immediately, with the given message."""
>> raise self.failureException("Mismatch in number of lines\n\nExpected:\n~~~~~~~~~\nIn \\[1\\]: from IPython\\.config\\.application import Application\nIn \\[2\\]: app = Application\\.instance\\(\\)\nIn \\[3\\]: app\\.pylab_import_all = True\nIn \\[4\\]: pylab\n^Welcome to pylab, a matplotlib-based Python environment\nFor more information, type 'help\\(pylab\\)'\\.\nIn \\[5\\]: ip=get_ipython\\(\\)\nIn \\[6\\]: 'plot' in ip\\.user_ns\nOut\\[6\\]: True\n\nGot:\n~~~~~~~~~\nIn [1]: from IPython.config.application import Application\nIn [2]: app = Application.instance()")
----------------------------------------------------------------------
Ran 39 tests in 8.798s
FAILED (failures=3)
No entry for terminal type "xterm-256color";
using dumb terminal settings.
/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning:
******************************************************************************
libedit detected - readline will not be well behaved, including but not limited to:
* crashes on tab completion
* incorrect history navigation
* corrupting long-lines
* failure to wrap or indent lines properly
It is highly recommended that you install readline, which is easy_installable:
easy_install readline
Note that `pip install readline` generally DOES NOT WORK, because
it installs to site-packages, which come *after* lib-dynload in sys.path,
where readline is located. It must be `easy_install readline`, or to a custom
location on your PYTHONPATH (even --user comes after lib-dyload).
******************************************************************************
RuntimeWarning)
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
No entry for terminal type "xterm-256color";
using dumb terminal settings.
/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning:
******************************************************************************
libedit detected - readline will not be well behaved, including but not limited to:
* crashes on tab completion
* incorrect history navigation
* corrupting long-lines
* failure to wrap or indent lines properly
It is highly recommended that you install readline, which is easy_installable:
easy_install readline
Note that `pip install readline` generally DOES NOT WORK, because
it installs to site-packages, which come *after* lib-dynload in sys.path,
where readline is located. It must be `easy_install readline`, or to a custom
location on your PYTHONPATH (even --user comes after lib-dyload).
******************************************************************************
RuntimeWarning)
...........................S....S......................S
----------------------------------------------------------------------
Ran 60 tests in 0.241s
OK (SKIP=3)
No entry for terminal type "xterm-256color";
using dumb terminal settings.
/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning:
******************************************************************************
libedit detected - readline will not be well behaved, including but not limited to:
* crashes on tab completion
* incorrect history navigation
* corrupting long-lines
* failure to wrap or indent lines properly
It is highly recommended that you install readline, which is easy_installable:
easy_install readline
Note that `pip install readline` generally DOES NOT WORK, because
it installs to site-packages, which come *after* lib-dynload in sys.path,
where readline is located. It must be `easy_install readline`, or to a custom
location on your PYTHONPATH (even --user comes after lib-dyload).
******************************************************************************
RuntimeWarning)
.......................................................................SS...S..............S............S..S.............................................................................................................
----------------------------------------------------------------------
Ran 218 tests in 1.818s
OK (SKIP=6)
No entry for terminal type "xterm-256color";
using dumb terminal settings.
/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning:
******************************************************************************
libedit detected - readline will not be well behaved, including but not limited to:
* crashes on tab completion
* incorrect history navigation
* corrupting long-lines
* failure to wrap or indent lines properly
It is highly recommended that you install readline, which is easy_installable:
easy_install readline
Note that `pip install readline` generally DOES NOT WORK, because
it installs to site-packages, which come *after* lib-dynload in sys.path,
where readline is located. It must be `easy_install readline`, or to a custom
location on your PYTHONPATH (even --user comes after lib-dyload).
******************************************************************************
RuntimeWarning)
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.070s
OK
No entry for terminal type "xterm-256color";
using dumb terminal settings.
/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning:
******************************************************************************
libedit detected - readline will not be well behaved, including but not limited to:
* crashes on tab completion
* incorrect history navigation
* corrupting long-lines
* failure to wrap or indent lines properly
It is highly recommended that you install readline, which is easy_installable:
easy_install readline
Note that `pip install readline` generally DOES NOT WORK, because
it installs to site-packages, which come *after* lib-dynload in sys.path,
where readline is located. It must be `easy_install readline`, or to a custom
location on your PYTHONPATH (even --user comes after lib-dyload).
******************************************************************************
RuntimeWarning)
......................................................................................................................................................
----------------------------------------------------------------------
Ran 160 tests in 12.191s
OK
No entry for terminal type "xterm-256color";
using dumb terminal settings.
/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning:
******************************************************************************
libedit detected - readline will not be well behaved, including but not limited to:
* crashes on tab completion
* incorrect history navigation
* corrupting long-lines
* failure to wrap or indent lines properly
It is highly recommended that you install readline, which is easy_installable:
easy_install readline
Note that `pip install readline` generally DOES NOT WORK, because
it installs to site-packages, which come *after* lib-dynload in sys.path,
where readline is located. It must be `easy_install readline`, or to a custom
location on your PYTHONPATH (even --user comes after lib-dyload).
******************************************************************************
RuntimeWarning)
...........F...........................................................................................S..................................................................S
======================================================================
FAIL: empty stdout/err are not displayed (groupby engine)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/parallel/tests/test_asyncresult.py", line 255, in test_display_empty_streams_engine
self.assertEquals(io.stderr, '')
AssertionError: u'[stderr:0] \n/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning: \n******************************************************************************\nlibedit detected - readline will not be well behaved, including but not limited to:\n * crashes on tab completion\n * incorrect history navigation\n * corrupting long-lines\n * failure to wrap or indent lines properly\nIt is highly recommended that you install readline, which is easy_installable:\n easy_install readline\nNote that `pip install readline` generally DOES NOT WORK, because\nit installs to site-packages, which come *after* lib-dynload in sys.path,\nwhere readline is located. It must be `easy_install readline`, or to a custom\nlocation on your PYTHONPATH (even --user comes after lib-dyload).\n******************************************************************************\n RuntimeWarning)\n' != ''
"u'[stderr:0] \\n/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning: \\n******************************************************************************\\nlibedit detected - readline will not be well behaved, including but not limited to:\\n * crashes on tab completion\\n * incorrect history navigation\\n * corrupting long-lines\\n * failure to wrap or indent lines properly\\nIt is highly recommended that you install readline, which is easy_installable:\\n easy_install readline\\nNote that `pip install readline` generally DOES NOT WORK, because\\nit installs to site-packages, which come *after* lib-dynload in sys.path,\\nwhere readline is located. It must be `easy_install readline`, or to a custom\\nlocation on your PYTHONPATH (even --user comes after lib-dyload).\\n******************************************************************************\\n RuntimeWarning)\\n' != ''" = '%s != %s' % (safe_repr(u'[stderr:0] \n/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning: \n******************************************************************************\nlibedit detected - readline will not be well behaved, including but not limited to:\n * crashes on tab completion\n * incorrect history navigation\n * corrupting long-lines\n * failure to wrap or indent lines properly\nIt is highly recommended that you install readline, which is easy_installable:\n easy_install readline\nNote that `pip install readline` generally DOES NOT WORK, because\nit installs to site-packages, which come *after* lib-dynload in sys.path,\nwhere readline is located. It must be `easy_install readline`, or to a custom\nlocation on your PYTHONPATH (even --user comes after lib-dyload).\n******************************************************************************\n RuntimeWarning)\n'), safe_repr(''))
"u'[stderr:0] \\n/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning: \\n******************************************************************************\\nlibedit detected - readline will not be well behaved, including but not limited to:\\n * crashes on tab completion\\n * incorrect history navigation\\n * corrupting long-lines\\n * failure to wrap or indent lines properly\\nIt is highly recommended that you install readline, which is easy_installable:\\n easy_install readline\\nNote that `pip install readline` generally DOES NOT WORK, because\\nit installs to site-packages, which come *after* lib-dynload in sys.path,\\nwhere readline is located. It must be `easy_install readline`, or to a custom\\nlocation on your PYTHONPATH (even --user comes after lib-dyload).\\n******************************************************************************\\n RuntimeWarning)\\n' != ''" = self._formatMessage("u'[stderr:0] \\n/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning: \\n******************************************************************************\\nlibedit detected - readline will not be well behaved, including but not limited to:\\n * crashes on tab completion\\n * incorrect history navigation\\n * corrupting long-lines\\n * failure to wrap or indent lines properly\\nIt is highly recommended that you install readline, which is easy_installable:\\n easy_install readline\\nNote that `pip install readline` generally DOES NOT WORK, because\\nit installs to site-packages, which come *after* lib-dynload in sys.path,\\nwhere readline is located. It must be `easy_install readline`, or to a custom\\nlocation on your PYTHONPATH (even --user comes after lib-dyload).\\n******************************************************************************\\n RuntimeWarning)\\n' != ''", "u'[stderr:0] \\n/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning: \\n******************************************************************************\\nlibedit detected - readline will not be well behaved, including but not limited to:\\n * crashes on tab completion\\n * incorrect history navigation\\n * corrupting long-lines\\n * failure to wrap or indent lines properly\\nIt is highly recommended that you install readline, which is easy_installable:\\n easy_install readline\\nNote that `pip install readline` generally DOES NOT WORK, because\\nit installs to site-packages, which come *after* lib-dynload in sys.path,\\nwhere readline is located. It must be `easy_install readline`, or to a custom\\nlocation on your PYTHONPATH (even --user comes after lib-dyload).\\n******************************************************************************\\n RuntimeWarning)\\n' != ''")
>> raise self.failureException("u'[stderr:0] \\n/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:111: RuntimeWarning: \\n******************************************************************************\\nlibedit detected - readline will not be well behaved, including but not limited to:\\n * crashes on tab completion\\n * incorrect history navigation\\n * corrupting long-lines\\n * failure to wrap or indent lines properly\\nIt is highly recommended that you install readline, which is easy_installable:\\n easy_install readline\\nNote that `pip install readline` generally DOES NOT WORK, because\\nit installs to site-packages, which come *after* lib-dynload in sys.path,\\nwhere readline is located. It must be `easy_install readline`, or to a custom\\nlocation on your PYTHONPATH (even --user comes after lib-dyload).\\n******************************************************************************\\n RuntimeWarning)\\n' != ''")
----------------------------------------------------------------------
Ran 172 tests in 70.653s
FAILED (SKIP=2, failures=1)
**********************************************************************
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': '98e1d52',
'commit_source': 'installation',
'default_encoding': 'US-ASCII',
'ipython_path': '/Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython',
'ipython_version': '0.13.beta1',
'os_name': 'posix',
'platform': 'Darwin-11.4.0-x86_64-i386-64bit',
'sys_executable': '/Users/deil/.ipy_pr_tests/venv-python2.7/bin/python',
'sys_platform': 'darwin',
'sys_version': '2.7.3 (default, Apr 18 2012, 21:11:11) \n[GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.45)]'}
Tools and libraries available at test time:
curses cython matplotlib numpy pexpect pygments qt rpy2 sqlite3 tornado zmq
Tools and libraries NOT available at test time:
oct2py pymongo wx wx.aui
Ran 11 test groups in 176.743s
Status:
ERROR - 4 out of 11 test groups failed.
----------------------------------------
Runner failed: IPython.core
You may wish to rerun this one individually, with:
/Users/deil/.ipy_pr_tests/venv-python2.7/bin/python /Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/iptest.py IPython.core
----------------------------------------
Runner failed: IPython.frontend
You may wish to rerun this one individually, with:
/Users/deil/.ipy_pr_tests/venv-python2.7/bin/python /Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/iptest.py IPython.frontend
----------------------------------------
Runner failed: IPython.lib
You may wish to rerun this one individually, with:
/Users/deil/.ipy_pr_tests/venv-python2.7/bin/python /Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/iptest.py IPython.lib
----------------------------------------
Runner failed: IPython.parallel
You may wish to rerun this one individually, with:
/Users/deil/.ipy_pr_tests/venv-python2.7/bin/python /Users/deil/.ipy_pr_tests/venv-python2.7/lib/python2.7/site-packages/IPython/testing/iptest.py IPython.parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment