comparison env/lib/python3.9/site-packages/planemo/galaxy/test/__init__.py @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 """Entry point and interface for ``planemo.galaxy.test`` package."""
2 from .actions import handle_reports
3 from .actions import handle_reports_and_summary
4 from .actions import run_in_config
5 from .structures import StructuredData
6
7 __all__ = (
8 "handle_reports",
9 "handle_reports_and_summary",
10 "run_in_config",
11 "StructuredData",
12 )