10 lines
315 B
Python
10 lines
315 B
Python
"""Auto-generated golden test stub for EXECUTION_PLAN_COMPILER_V1."""
|
|
|
|
def test_execution_plan_compiler_v1_golden_stub_exists() -> None:
|
|
assert 'EXECUTION_PLAN_COMPILER_V1'
|
|
|
|
def test_execution_plan_compiler_v1_declares_outputs() -> None:
|
|
outputs = []
|
|
assert isinstance(outputs, list)
|
|
assert outputs
|