diff --git a/test/context.py b/test/context.py new file mode 100644 index 0000000..abe2638 --- /dev/null +++ b/test/context.py @@ -0,0 +1,7 @@ +import os +import sys + +# Add the root directory of the project ("..") to the path +sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) + +import pipeline