Skip to content

Commit 6c2f673

Browse files
Have same name for fulltrace
1 parent fd2fb36 commit 6c2f673

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Joseph Hunkeler
132132
Joshua Bronson
133133
Jurko Gospodnetić
134134
Justyna Janczyszyn
135+
Kaiqi Dong
135136
Kale Kundert
136137
Katarzyna Jachim
137138
Katerina Koukiou

src/_pytest/terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def pytest_addoption(parser):
114114
)
115115
group._addoption(
116116
"--fulltrace",
117-
"--full-trace",
117+
"--fulltrace",
118118
action="store_true",
119119
default=False,
120120
help="don't cut any tracebacks (default is to cut).",

0 commit comments

Comments
 (0)