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
Post a Comment