diff --git a/src/Test/pytest.ini b/src/Test/pytest.ini index 8ee21268..c1a341c5 100644 --- a/src/Test/pytest.ini +++ b/src/Test/pytest.ini @@ -1,6 +1,6 @@ [pytest] python_files = Test*.py -addopts = -rsxX -v --durations=6 +addopts = -rsxX -v --durations=6 --no-print-logs --capture=sys markers = slow: mark a tests as slow. - webtest: mark a test as a webtest. \ No newline at end of file + webtest: mark a test as a webtest.