Have same name for fulltrace
This commit is contained in:
parent
fd2fb36eac
commit
6c2f673daf
1
AUTHORS
1
AUTHORS
|
@ -132,6 +132,7 @@ Joseph Hunkeler
|
|||
Joshua Bronson
|
||||
Jurko Gospodnetić
|
||||
Justyna Janczyszyn
|
||||
Kaiqi Dong
|
||||
Kale Kundert
|
||||
Katarzyna Jachim
|
||||
Katerina Koukiou
|
||||
|
|
|
@ -114,7 +114,7 @@ def pytest_addoption(parser):
|
|||
)
|
||||
group._addoption(
|
||||
"--fulltrace",
|
||||
"--full-trace",
|
||||
"--fulltrace",
|
||||
action="store_true",
|
||||
default=False,
|
||||
help="don't cut any tracebacks (default is to cut).",
|
||||
|
|
Loading…
Reference in New Issue