pub struct TestOpts {
pub filter: Option<Regex>,
pub run_ignored: bool,
pub run_tests: bool,
pub run_benchmarks: bool,
pub ratchet_metrics: Option<Path>,
pub ratchet_noise_percent: Option<f64>,
pub save_metrics: Option<Path>,
pub test_shard: Option<(uint, uint)>,
pub logfile: Option<Path>,
pub nocapture: bool,
pub color: ColorConfig,
pub show_boxplot: bool,
pub boxplot_width: uint,
pub show_all_stats: bool,
}
Fields
filter | |
run_ignored | |
run_tests | |
run_benchmarks | |
ratchet_metrics | |
ratchet_noise_percent | |
save_metrics | |
test_shard | |
logfile | |
nocapture | |
color | |
show_boxplot | |
boxplot_width | |
show_all_stats | |