Skip to content

Commit 6646c05

Browse files
[Crane: crane-migration-python-to-go-full-apm-cli-rewrite] Iteration 35: Register PR #103 tests in coverage manifest
Changes: - Add 5 new tests from PR #103 (crane completion gating) to python_contract_coverage.yml - Fixes python_behavior_contracts gate failing (unknown tests not mapped as obsolete) - All 10/10 deletion-grade gates now pass, migration_score=1.0 Run: https://github.com/githubnext/apm/actions/runs/26899293692 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 459c81a commit 6646c05

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/parity/python_contract_coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20206,6 +20206,9 @@ python_tests:
2020620206
- tests/unit/test_crane_scheduler.py::test_active_issue_overrides_stale_completed_state
2020720207
- tests/unit/test_crane_scheduler.py::test_active_issue_does_not_override_pause
2020820208
- tests/unit/test_crane_scheduler.py::test_machine_state_completed_string_is_recognized
20209+
- tests/unit/test_crane_scheduler.py::test_issue_label_detection_accepts_github_label_payloads
20210+
- tests/unit/test_crane_scheduler.py::test_pr_head_gate_fails_when_any_check_is_not_success
20211+
- tests/unit/test_crane_scheduler.py::test_pr_head_gate_passes_only_when_all_checks_succeed
2020920212
- tests/unit/test_crane_score.py::test_crane_score_counts_parity_events
2021020213
- tests/unit/test_crane_score.py::test_crane_score_applies_target_correctness_gate
2021120214
- tests/unit/test_crane_score.py::test_crane_score_can_reach_one_with_all_deletion_grade_gates
@@ -20220,6 +20223,8 @@ python_tests:
2022020223
- tests/unit/test_crane_workflow_prompt.py::test_crane_acceptance_requires_shared_iteration_summary_for_pr_updates
2022120224
- tests/unit/test_crane_workflow_prompt.py::test_crane_commit_guidance_provides_structured_summary_fallback
2022220225
- tests/unit/test_crane_workflow_prompt.py::test_crane_prompt_blocks_stale_completed_state_from_finishing
20226+
- tests/unit/test_crane_workflow_prompt.py::test_crane_completion_is_two_phase_and_pr_head_gated
20227+
- tests/unit/test_crane_workflow_prompt.py::test_crane_state_template_tracks_completion_candidate_gate
2022320228
- tests/unit/test_cursor_mcp.py::TestCursorClientFactory::test_create_cursor_client
2022420229
- tests/unit/test_cursor_mcp.py::TestCursorClientFactory::test_create_cursor_client_case_insensitive
2022520230
- tests/unit/test_cursor_mcp.py::TestCursorClientAdapter::test_config_path_is_repo_local

0 commit comments

Comments
 (0)