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
blob: 1444c801c7a98bb0773b2657ae337965a524bc34 (plain)
1
2
3
4
5
6
7
8
9
10
11
//! Test specifications
//!
//! This module contains all GRASP specification test suites.

pub mod grasp01;

// Re-export all test structs from grasp01 module
pub use grasp01::{
    CorsTests, EventAcceptancePolicyTests, GitCloneTests, Nip01SmokeTests, Nip11DocumentTests,
    PushAuthorizationTests, RepositoryCreationTests,
};