wf-transcriptomes-v202/bin/workflow_glue/tests/conftest.py
2023-07-10 16:45:32 +00:00

12 lines
251 B
Python
Executable File

#!/usr/bin/env python
"""Pytests argument definitions."""
def pytest_addoption(parser):
"""Define command line arguments for pytest."""
parser.addoption(
"--test_data",
action="store",
default="/host/test_data"
)