EpiADR-Net / tests /conftest.py
ADjayantan
Fix GitHub Actions CI: Resolved ruff linter check and updated CI workflow flags
5d4afe2
Raw
History Blame Contribute Delete
169 Bytes
import os
import sys
# Add root directory to python path for pytest module discovery
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))