diff --git a/server/python/conftest.py b/server/python/conftest.py new file mode 100644 index 0000000..79e47d3 --- /dev/null +++ b/server/python/conftest.py @@ -0,0 +1,4 @@ +import sys +import os +# Add server/python directory to path so test modules can import service files +sys.path.insert(0, os.path.dirname(__file__))