File size: 184 Bytes
8c4af83
 
 
 
 
 
1
2
3
4
5
6
import os
import sys

# Add project root to Python path for imports in tests
project_root = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.insert(0, project_root)