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