From 6170840286aee70262b46f6ddf32193161861dae Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 4 Dec 2023 14:13:22 +0100 Subject: [PATCH] fix imports for /tests --- conftest.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 conftest.py diff --git a/conftest.py b/conftest.py new file mode 100644 index 0000000..8704865 --- /dev/null +++ b/conftest.py @@ -0,0 +1,2 @@ +# this file exists so that tests inside /tests always find /src imports, +# because this will cause the root (/) to be added to sys.path