File size: 245 Bytes
aa4f7bc
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import os
import sys

# Ensure project root is on sys.path so tests can import the `env` package
PROJECT_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
if PROJECT_ROOT not in sys.path:
    sys.path.insert(0, PROJECT_ROOT)