File size: 158 Bytes
2929135
 
 
 
 
 
1
2
3
4
5
6
# tests/__init__.py
import os
import sys

# Add project root to Python path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))