From 08fee35bcfeda6930fd57730fe18552695b67f51 Mon Sep 17 00:00:00 2001 From: shortcutme Date: Tue, 19 Nov 2019 01:39:16 +0100 Subject: [PATCH] Fix pytest output capturing error --- src/Test/pytest.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Test/pytest.ini b/src/Test/pytest.ini index 8ee21268..c1a341c5 100644 --- a/src/Test/pytest.ini +++ b/src/Test/pytest.ini @@ -1,6 +1,6 @@ [pytest] python_files = Test*.py -addopts = -rsxX -v --durations=6 +addopts = -rsxX -v --durations=6 --no-print-logs --capture=sys markers = slow: mark a tests as slow. - webtest: mark a test as a webtest. \ No newline at end of file + webtest: mark a test as a webtest.