Tests: disabled detailed output by default.

This commit is contained in:
Andrei Zeliankou 2020-11-03 01:32:40 +00:00
parent 5182d2c398
commit a29d970f10

View file

@ -1,3 +1,3 @@
[pytest]
addopts = -vvv -s --detailed --print_log
addopts = -vvv -s --print_log
python_functions = test_*