summaryrefslogtreecommitdiffhomepage
path: root/test/pytest.ini
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2020-11-03 01:32:40 +0000
committerAndrei Zeliankou <zelenkov@nginx.com>2020-11-03 01:32:40 +0000
commita29d970f106ee10b57ab7ddf8fae4a02eac020b2 (patch)
tree71196b2629397b103e0b085bf7b4d7df4cfc6eb2 /test/pytest.ini
parent5182d2c398a07f65f2b2334bc04d79130a40808c (diff)
downloadunit-a29d970f106ee10b57ab7ddf8fae4a02eac020b2.tar.gz
unit-a29d970f106ee10b57ab7ddf8fae4a02eac020b2.tar.bz2
Tests: disabled detailed output by default.
Diffstat (limited to 'test/pytest.ini')
-rw-r--r--test/pytest.ini2
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_*