diff options
Diffstat (limited to 'test/pytest.ini')
-rw-r--r-- | test/pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pytest.ini b/test/pytest.ini index c672788a..fe86cef2 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -1,3 +1,3 @@ [pytest] -addopts = -rs -vvv +addopts = -vvv -s --print_log python_functions = test_* |