catalyst 0.2.0

A lightweight API testing tool
Documentation
1
2
3
4
5
6
7
pub mod test;
pub mod suite;
pub mod config;

pub use test::Test;
pub use suite::TestSuite;
pub use config::Config;