File size: 169 Bytes
d686612
5d4afe2
d686612
 
 
1
2
3
4
5
6
import os
import sys

# Add root directory to python path for pytest module discovery
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))