diff options
Diffstat (limited to 'test/conftest.py')
-rw-r--r-- | test/conftest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/conftest.py b/test/conftest.py index 5c8da65f..c14e3f68 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -31,13 +31,13 @@ def pytest_addoption(parser): help="Detailed output for tests", ) parser.addoption( - "--print_log", + "--print-log", default=False, action="store_true", help="Print unit.log to stdout in case of errors", ) parser.addoption( - "--save_log", + "--save-log", default=False, action="store_true", help="Save unit.log after the test execution", |