test: add conftest.py
This commit is contained in:
@@ -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__), ".."))
|
||||||
Reference in New Issue
Block a user