From 71b6157044f305c8d7142b24bd71798035603f0e Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Thu, 12 Feb 2026 13:20:55 +0000 Subject: feat(grasp-audit): add explicit purgatory tests Add PurgatoryTests module with tests for GRASP-01 purgatory behavior: - Announcement purgatory tests (tolerant of unimplemented feature) - State event purgatory tests (already implemented) - PR purgatory tests (tolerant of unimplemented feature) Tests pass regardless of purgatory implementation status, enabling development without breaking the test suite. When features are implemented, tests will verify correct purgatory behavior. --- grasp-audit/src/specs/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grasp-audit/src/specs/mod.rs') diff --git a/grasp-audit/src/specs/mod.rs b/grasp-audit/src/specs/mod.rs index bf711fa..ceae684 100644 --- a/grasp-audit/src/specs/mod.rs +++ b/grasp-audit/src/specs/mod.rs @@ -7,5 +7,5 @@ pub mod grasp01; // Re-export all test structs from grasp01 module pub use grasp01::{ CorsTests, EventAcceptancePolicyTests, GitCloneTests, GitFilterTests, Nip01SmokeTests, - Nip11DocumentTests, PushAuthorizationTests, RepositoryCreationTests, + Nip11DocumentTests, PurgatoryTests, PushAuthorizationTests, RepositoryCreationTests, }; -- cgit v1.2.3