upleb.uk

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

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/specs/grasp01/mod.rs
blob: fd6d9b3f32552cbfd8d2cb2282a804fdd25fc6de (plain)
1
2
3
4
5
6
7
8
9
10
11
//! GRASP-01 specification tests

pub mod event_acceptance_policy;
pub mod nip01_smoke;
pub mod nip11_document;
pub mod repository_creation;

pub use event_acceptance_policy::EventAcceptancePolicyTests;
pub use nip01_smoke::Nip01SmokeTests;
pub use nip11_document::Nip11DocumentTests;
pub use repository_creation::RepositoryCreationTests;