File size: 165 Bytes
495526b
 
 
 
 
1
2
3
4
5
6
import sys
from pathlib import Path

# Ensure the project root is on the path when running pytest from any directory.
sys.path.insert(0, str(Path(__file__).parent))