diff --git a/confest.py b/confest.py deleted file mode 100644 index ef72b4b..0000000 --- a/confest.py +++ /dev/null @@ -1,6 +0,0 @@ -import sys -from pathlib import Path - -# Add repo root to path so `import core` and `import adapters` work -# regardless of where pytest is invoked from. -sys.path.insert(0, str(Path(__file__).parent)) \ No newline at end of file