From 5552ef340cbe11de2107c087de588a2f844c72f2 Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Mon, 10 Jul 2023 17:29:36 +0200
Subject: [PATCH] add pytest.ini for having live logs

---
 tests/pytest.ini | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 tests/pytest.ini

diff --git a/tests/pytest.ini b/tests/pytest.ini
new file mode 100644
index 000000000..74e597343
--- /dev/null
+++ b/tests/pytest.ini
@@ -0,0 +1,6 @@
+[pytest]
+asyncio_mode = strict
+log_cli = 1
+log_cli_level = INFO
+log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
+log_cli_date_format=%Y-%m-%d %H:%M:%S
\ No newline at end of file
-- 
GitLab