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: c1c277c133ba53310428055ebef58fafb0c30869 (plain)
1
2
3
4
5
6
7
8
9
10
//! Test specifications

pub mod grasp01;

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