From 9066063b835a5422d944a997e562be02e1110b40 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Sat, 13 Feb 2021 21:39:13 +0100
Subject: [PATCH] configure junit result for pytest

---
 pytest.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pytest.ini b/pytest.ini
index f00836d..34b5525 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,4 +1,5 @@
 [pytest]
 python_files = Test*.py
 python_classes = Test*
-python_functions = test_*
\ No newline at end of file
+python_functions = test_*
+junit_duration_report = call
\ No newline at end of file
-- 
GitLab