Tracebacks of my tests are too long since I use pytest.
Pytests includes surrounding code lines and a lot of other information.
I like to see this information if the traceback line (frame) is from my code. But I don't want to see it, if it is from a library or framework.
I could not find a way to filter or fold the frames.
Any hints?
Update, 8 years later: I think it is time to say goodbye to ASCII and embrace html. With html you can expand/collapse parts (like in the great django debug view).
Unfortunately there seems to be no pytest output which gives you nice interface like for example sentry does.