From a29d970f106ee10b57ab7ddf8fae4a02eac020b2 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 3 Nov 2020 01:32:40 +0000 Subject: [PATCH] Tests: disabled detailed output by default. --- test/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_*