robber.py icon indicating copy to clipboard operation
robber.py copied to clipboard

Why hide the tracebacks? sys.tracebacklimit = 0

Open eduardoalmeida opened this issue 6 years ago • 0 comments

I really like this library but it is impractical for me to use it with unit tests if the traceback is hidden. If there is a lot of expects and it fails in one of them, there is no easy way to know which one failed. What I´m doing is setting it back to None after I import expect. Is there a reason to set it to 0?

eduardoalmeida avatar May 28 '18 12:05 eduardoalmeida