From 7b6d1243182b53136a301411184f46bb821348dd Mon Sep 17 00:00:00 2001 From: drew2a Date: Mon, 17 Jul 2023 10:28:00 +0200 Subject: [PATCH] test --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 6ef36067718..3551082bff2 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,6 +2,7 @@ timeout = 60 ;https://pypi.org/project/pytest-asyncio/ asyncio_mode = auto +addopts = --capture=no --timeout_method=thread log_level = INFO log_format = %(asctime)s.%(msecs)03d %(levelname)s %(name)s(%(lineno)d) %(message)s log_cli_format = %(asctime)s.%(msecs)03d %(levelname)s %(name)s(%(lineno)d) %(message)s