shithub
fortrangoingonforty
/
afs-ld
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
afs-ld
Public
Watch
0
Fork
0
Star
0
afs-ld
/
tests
/
common
/
mod.rs
Rust · 151 bytes
Raw
Blame
History
1
//! Shared test infrastructure. Integration tests that need the harness
2
//! declare `mod common;` and then use `common::harness::*`.
3
4
pub
mod
harness
;
5