Skip to content

Commit

Permalink
[experimental] improve header for _enter_pdb (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Oct 29, 2019
1 parent 9382cc6 commit cd10ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/debugging.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def _enter_pdb(node, excinfo, rep):
content = content[:-1]
tw.line(content)

tw.sep(">", "traceback")
tw.sep("!", "traceback for {}".format(excinfo.typename))
rep.toterminal(tw)
tw.sep(">", "entering PDB")
tb = _postmortem_traceback(excinfo)
Expand Down

0 comments on commit cd10ee1

Please sign in to comment.