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.
1 parent fd2fb36 commit 6c2f673Copy full SHA for 6c2f673
AUTHORS
@@ -132,6 +132,7 @@ Joseph Hunkeler
132
Joshua Bronson
133
Jurko Gospodnetić
134
Justyna Janczyszyn
135
+Kaiqi Dong
136
Kale Kundert
137
Katarzyna Jachim
138
Katerina Koukiou
src/_pytest/terminal.py
@@ -114,7 +114,7 @@ def pytest_addoption(parser):
114
)
115
group._addoption(
116
"--fulltrace",
117
- "--full-trace",
+ "--fulltrace",
118
action="store_true",
119
default=False,
120
help="don't cut any tracebacks (default is to cut).",
0 commit comments