upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/specs/mod.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-28 01:44:58 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-28 01:44:58 +0000
commitf053827e0a157f348d9cf834f026a8de322abfe2 (patch)
tree4dcde0f1e92dfe26fde131ef0f3f35e677e56b5b /grasp-audit/src/specs/mod.rs
parent0c1d60a2ad69e79e83d36ed8a001743fde3d6666 (diff)
grasp-audit run all tests in audit mode
Diffstat (limited to 'grasp-audit/src/specs/mod.rs')
-rw-r--r--grasp-audit/src/specs/mod.rs7
1 files changed, 6 insertions, 1 deletions
diff --git a/grasp-audit/src/specs/mod.rs b/grasp-audit/src/specs/mod.rs
index a502866..1444c80 100644
--- a/grasp-audit/src/specs/mod.rs
+++ b/grasp-audit/src/specs/mod.rs
@@ -1,6 +1,11 @@
1//! Test specifications 1//! Test specifications
2//!
3//! This module contains all GRASP specification test suites.
2 4
3pub mod grasp01; 5pub mod grasp01;
4 6
5// Re-export all test structs from grasp01 module 7// Re-export all test structs from grasp01 module
6pub use grasp01::{EventAcceptancePolicyTests, Nip01SmokeTests, Nip11DocumentTests}; 8pub use grasp01::{
9 CorsTests, EventAcceptancePolicyTests, GitCloneTests, Nip01SmokeTests, Nip11DocumentTests,
10 PushAuthorizationTests, RepositoryCreationTests,
11};