(c: Composition, parser: WorkflowArgumentParser)
| 282 | |
| 283 | |
| 284 | def workflow_default(c: Composition, parser: WorkflowArgumentParser) -> None: |
| 285 | parser.add_argument( |
| 286 | "--scenario", metavar="SCENARIO", type=str, help="Scenario to run." |
| 287 | ) |
| 288 | run_test(c, parser.parse_args()) |
nothing calls this directly
no test coverage detected