test: add conftest.py

This commit is contained in:
danbusse
2026-06-22 22:14:04 -06:00
parent d2fb1635fa
commit 7e178f44a8
+6
View File
@@ -0,0 +1,6 @@
import pytest
import sys
import os
# Add backend to path so imports work without installing the package
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))