From d6b955104f4a04dcbe7324e9a861642f4654894f Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 13 Feb 2026 10:29:16 +0000 Subject: refactor(grasp-audit): clarify PR purgatory test names and intent - Remove redundant test_pr_event_remains_in_purgatory_until_git_data - Rename test_pr_event_git_push_accepted -> test_pr_event_in_purgatory_git_push_accepted - Add PASS/FAIL meaning to each test's documentation - Note black-box testing limitation for purgatory detection --- tests/purgatory.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/purgatory.rs b/tests/purgatory.rs index f124b7c..e99540b 100644 --- a/tests/purgatory.rs +++ b/tests/purgatory.rs @@ -77,7 +77,6 @@ isolated_purgatory_test!(test_state_event_served_after_git_push); // PR Purgatory Tests // ============================================================ -isolated_purgatory_test!(test_pr_event_before_git_data_accepted_into_purgatory); -isolated_purgatory_test!(test_pr_event_remains_in_purgatory_until_git_data); -isolated_purgatory_test!(test_pr_event_git_push_accepted); +isolated_purgatory_test!(test_pr_event_accepted_into_purgatory_and_isnt_served); +isolated_purgatory_test!(test_pr_event_in_purgatory_git_push_accepted); isolated_purgatory_test!(test_pr_event_served_after_git_push); -- cgit v1.2.3