wf-transcriptomes-v202/bin/workflow_glue/tests/test_test.py
Neil Horner d8d8a791af Glue
2023-02-24 14:42:57 +00:00

11 lines
219 B
Python
Executable File

"""A dummy test."""
import argparse
from workflow_glue import report
def test():
"""Just showing that we can import using the workflow-glue."""
assert isinstance(report.argparser(), argparse.ArgumentParser)