wf-transcriptomes-v202/bin/workflow_glue/tests/wf/conftest.py
2026-05-16 13:22:47 +00:00

10 lines
253 B
Python

#!/usr/bin/env python
"""Import path setup for wf-container workflow_glue tests."""
from pathlib import Path
import sys
# Add /host/bin so `import workflow_glue` resolves in CI containers.
sys.path.insert(0, str(Path(__file__).resolve().parents[3]))