From 6babc876d645ea23e2aa2cc10bcd5ad7f363765c Mon Sep 17 00:00:00 2001 From: qth2hi Date: Wed, 22 Feb 2023 10:57:59 +0100 Subject: [PATCH] Added pytest.ini containing the package name as suite name --- atest/pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 atest/pytest.ini diff --git a/atest/pytest.ini b/atest/pytest.ini new file mode 100644 index 00000000..817e24f6 --- /dev/null +++ b/atest/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +log_level=NOTSET +log_cli=true +junit_suite_name=JsonPreprocessor