MakerFLOSS/tests/conftest.py

6 lines
171 B
Python
Raw Normal View History

import sys
from pathlib import Path
# Make scripts/ importable as top-level modules in tests.
sys.path.insert(0, str(Path(__file__).resolve().parent.parent / "scripts"))