[Ipython-tickets] [IPython] #147: test_irunner.py fails

IPython ipython-tickets@scipy....
Sun Apr 22 14:10:08 CDT 2007


#147: test_irunner.py fails
------------------------+---------------------------------------------------
 Reporter:  pythonhead  |       Owner:  fperez
     Type:  defect      |      Status:  new   
 Priority:  normal      |   Milestone:        
Component:  ipython     |     Version:        
 Severity:  normal      |    Keywords:        
------------------------+---------------------------------------------------
 I've tried running test_irunner.py in the unpacked source directory, after
 ipython is installed and from within ipython with '%run test_irunner.py'
 but it always fails in 0.8.0 and 0.7.3
 This is from 0.8.0:

 Traceback (most recent call last):
   File "test_irunner.py", line 117, in testIPython
     self._test_runner(runner,source,output)
   File "test_irunner.py", line 36, in _test_runner
     ol2 = out_l[n].strip()
 IndexError: list index out of range

 ======================================================================
 ERROR: Test the Python runner.
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "test_irunner.py", line 153, in testPython
     self._test_runner(runner,source,output)
   File "test_irunner.py", line 36, in _test_runner
     ol2 = out_l[n].strip()
 IndexError: list index out of range

 ----------------------------------------------------------------------
 Ran 2 tests in 2.192s

 FAILED (errors=2)

-- 
Ticket URL: <http://projects.scipy.org/ipython/ipython/ticket/147>
IPython <http://ipython.scipy.org>
The IPython interactive Python system


More information about the Ipython-tickets mailing list