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: bf711faeac430b70d1fed61325406fb8b950595f (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, GitFilterTests, Nip01SmokeTests,
    Nip11DocumentTests, PushAuthorizationTests, RepositoryCreationTests,
};