python - py.test Tracebacks: Highlight my code, fold frames of framework -


tracebacks of tests long since use pytest.

pytests includes surrounding code lines , lot of other information.

i see information if traceback line (frame) code. don't want see it, if library or framework.

i not find way filter or fold frames.

any hints?

i'm afraid not possible , enhancement request: https://bitbucket.org/hpk42/pytest/issue/283/traceback-filtering-hook

the control have moment --tb=short etc.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -