From 54837759f36eddb80af22c8d73e103a948221dc7 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 19 Oct 2020 22:25:29 +0100 Subject: Tests: fixed unit.log print. --- test/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pytest.ini') diff --git a/test/pytest.ini b/test/pytest.ini index c672788a..0c3a330c 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -1,3 +1,3 @@ [pytest] -addopts = -rs -vvv +addopts = -vvv -s --detailed --print_log python_functions = test_* -- cgit From a29d970f106ee10b57ab7ddf8fae4a02eac020b2 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 3 Nov 2020 01:32:40 +0000 Subject: Tests: disabled detailed output by default. --- test/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pytest.ini') 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_* -- cgit