Pret-a-depenser / tests /conftest.py
celpri
feat: add unit and functional tests with coverage
db7ff99
raw
history blame contribute delete
94 Bytes
import sys
from pathlib import Path
sys.path.append(str(Path(__file__).resolve().parents[1]))