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
|
Joshua Bronson
|
||||||
Jurko Gospodnetić
|
Jurko Gospodnetić
|
||||||
Justyna Janczyszyn
|
Justyna Janczyszyn
|
||||||
|
Kaiqi Dong
|
||||||
Kale Kundert
|
Kale Kundert
|
||||||
Katarzyna Jachim
|
Katarzyna Jachim
|
||||||
Katerina Koukiou
|
Katerina Koukiou
|
||||||
|
|
|
@ -114,7 +114,7 @@ def pytest_addoption(parser):
|
||||||
)
|
)
|
||||||
group._addoption(
|
group._addoption(
|
||||||
"--fulltrace",
|
"--fulltrace",
|
||||||
"--full-trace",
|
"--fulltrace",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
default=False,
|
default=False,
|
||||||
help="don't cut any tracebacks (default is to cut).",
|
help="don't cut any tracebacks (default is to cut).",
|
||||||
|
|
Loading…
Reference in New Issue