From 3e4f72d19eb034e41544dbe51c60c031deb575d9 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Fri, 7 Feb 2025 14:29:56 +0000 Subject: fix path issues with pytest --- 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..ad5c7cc --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +pythonpath = . src -- cgit v1.2.3