Have same name for fulltrace

This commit is contained in:
Kaiqi 2019-07-27 17:25:23 +02:00
parent fd2fb36eac
commit 6c2f673daf
2 changed files with 2 additions and 1 deletions

View File

@ -132,6 +132,7 @@ Joseph Hunkeler
Joshua Bronson
Jurko Gospodnetić
Justyna Janczyszyn
Kaiqi Dong
Kale Kundert
Katarzyna Jachim
Katerina Koukiou

View File

@ -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).",