Container-Port / tests /conftest.py
Shabista Sehar
construtcion env
0eb4f6f
raw
history blame contribute delete
177 Bytes
import sys
from pathlib import Path
sys.dont_write_bytecode = True
ROOT = Path(__file__).resolve().parents[1]
if str(ROOT) not in sys.path:
sys.path.insert(0, str(ROOT))