From e7b5c1ff7b5f4d62862599732db30404730df99f Mon Sep 17 00:00:00 2001 From: "Schmidt Till (CSS TO PME DSI PAO MUC)" Date: Thu, 10 Sep 2026 23:15:54 +0200 Subject: [PATCH] chore: add pytest.ini with pythonpath for direct test execution --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..a635c5c --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +pythonpath = .