dicetest 0.4.0

Framework for writing tests with randomly generated test data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod run_code;
use run_code::RunCode;

mod mode;
use mode::Mode;

mod formatter;

mod env;

mod dicetest;
pub use self::dicetest::Dicetest;