MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / workflow_default

Function workflow_default

test/sql-feature-flags/mzcompose.py:284–288  ·  view source on GitHub ↗
(c: Composition, parser: WorkflowArgumentParser)

Source from the content-addressed store, hash-verified

282
283
284def 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())

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected