e / conftest.py
Shaikhsarib's picture
Upload 5 files
a17af42 verified
raw
history blame contribute delete
167 Bytes
import sys
import os
# Ensure project root is on path so `from app.xxx` works in tests
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))