We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fulltrace
2 parents cb15e7c + aa13c62 commit cff5845Copy full SHA for cff5845
src/_pytest/terminal.py
@@ -692,7 +692,7 @@ def _report_keyboardinterrupt(self):
692
else:
693
excrepr.reprcrash.toterminal(self._tw)
694
self._tw.line(
695
- "(to show a full traceback on KeyboardInterrupt use --fulltrace)",
+ "(to show a full traceback on KeyboardInterrupt use --full-trace)",
696
yellow=True,
697
)
698
testing/test_terminal.py
@@ -233,7 +233,7 @@ def test_interrupt_me():
233
234
235
result.stdout.fnmatch_lines(
236
- ["(to show a full traceback on KeyboardInterrupt use --fulltrace)"]
+ ["(to show a full traceback on KeyboardInterrupt use --full-trace)"]
237
238
result.stdout.fnmatch_lines(["*KeyboardInterrupt*"])
239
0 commit comments