There was an error while loading. Please reload this page.
1 parent cec8dfe commit 95d60f7Copy full SHA for 95d60f7
1 file changed
tests/unit/test_bundler.py
@@ -207,6 +207,7 @@ def test_switch_fanout_emits_no_yaml_anchor(self, tmp_path):
207
if dep.get("task_key") == "switch1_case_a" and dep.get("outcome") == "true":
208
gated_on_true += 1
209
assert gated_on_true == 2, f"both case roots must gate on the case 'true' outcome, got {gated_on_true}"
210
+
211
def test_databricks_yml_sync_includes_src(self, tmp_path):
212
"""databricks.yml forces src/** into the sync set so a gitignored output dir still uploads notebooks."""
213
wf = _simple_workflow("my_pipeline")
0 commit comments