Skip to content

Instantly share code, notes, and snippets.

@takluyver
Created May 3, 2011 21:44
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/954331 to your computer and use it in GitHub Desktop.
Save takluyver/954331 to your computer and use it in GitHub Desktop.
IPython test failure - Python 2.7
======================================================================
FAIL: Test the IPython runner.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/thomas/Code/virtualenvs/ipy-trunk/lib/python2.7/site-packages/IPython/lib/tests/test_irunner.py", line 130, in testIPython
self._test_runner(runner,source,output)
File "/home/thomas/Code/virtualenvs/ipy-trunk/lib/python2.7/site-packages/IPython/lib/tests/test_irunner.py", line 57, in _test_runner
mismatch)
AssertionError: Number of mismatched lines: 1
'Number of mismatched lines: 1' = self._formatMessage('Number of mismatched lines: 1', "%s is not true" % safe_repr(False))
>> raise self.failureException('Number of mismatched lines: 1')
-------------------- >> begin captured stdout << ---------------------
<<< line 19 does not match:
'SyntaxError: unexpected EOF while parsing'
'SyntaxError: invalid syntax'
>>>
--------------------- >> end captured stdout << ----------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment