diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2020-11-03 01:32:40 +0000 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2020-11-03 01:32:40 +0000 |
commit | a29d970f106ee10b57ab7ddf8fae4a02eac020b2 (patch) | |
tree | 71196b2629397b103e0b085bf7b4d7df4cfc6eb2 /test/pytest.ini | |
parent | 5182d2c398a07f65f2b2334bc04d79130a40808c (diff) | |
download | unit-a29d970f106ee10b57ab7ddf8fae4a02eac020b2.tar.gz unit-a29d970f106ee10b57ab7ddf8fae4a02eac020b2.tar.bz2 |
Tests: disabled detailed output by default.
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 0c3a330c..fe86cef2 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -1,3 +1,3 @@ [pytest] -addopts = -vvv -s --detailed --print_log +addopts = -vvv -s --print_log python_functions = test_* |