e
File size: 167 Bytes
a17af42
 
 
 
1
2
3
4
5
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__))))