[pypy-dev] py.test bug

Simon Burton simon at arrowtheory.com
Sun Oct 8 21:50:20 CEST 2006


Traceback (most recent call last):
  File "/home/simon/bin/py.test", line 4, in ?
    py.test.cmdline.main()
  File "/home/simon/local/pypy/py/test/cmdline.py", line 17, in main
    failures = session.main(args)
  File "/home/simon/local/pypy/py/test/terminal/terminal.py", line 34, in main
    return super(TerminalSession, self).main(args)
  File "/home/simon/local/pypy/py/test/session.py", line 52, in main
    self.footer(colitems)
  File "/home/simon/local/pypy/py/test/terminal/terminal.py", line 167, in footer
    self.failures()
  File "/home/simon/local/pypy/py/test/terminal/terminal.py", line 262, in failures
    self.repr_failure(colitem, outcome)
  File "/home/simon/local/pypy/py/test/terminal/terminal.py", line 280, in repr_failure
    handler(item, excinfo, traceback)
  File "/home/simon/local/pypy/py/test/terminal/terminal.py", line 297, in repr_failure_tblong
    firstsourceline = entry.getfirstlinesource()
AttributeError: 'TracebackEntry' object has no attribute 'getfirstlinesource'


Simon.



More information about the Pypy-dev mailing list