You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: reduce and improve tests in compiler_tests.rs (section 6) (#1480)
- Remove test_pipeline_filter_compiled_output_is_valid_yaml (vacuous:
compile+valid_yaml only); merge assert_valid_yaml into the richer
test_pipeline_filter_has_resources_and_gate.
- Remove test_execution_context_pr_compiled_output_is_valid_yaml (same
vacuous pattern); add assert_valid_yaml to the richer
test_execution_context_pr_emits_prepare_step_and_prompt_supplement.
- Rewrite test_pr_filter_tier1_has_native_pr_trigger: the previous
contains("pr:") matched pr: none (wouldn't detect a regression that
disables the trigger), and contains("main") matched anywhere in the
output rather than the branches include list. Replace with
!contains("pr: none"), contains("pr:\n"), and contains(" - main").
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments