test_tools 0.16.0

Tools for writing and running tests.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! All test.

#![ allow( unused_imports ) ]

// #![ deny( rust_2018_idioms ) ]
// #![ deny( missing_debug_implementations ) ]
// #![ deny( missing_docs ) ]

include!( "../../../../module/step/meta/src/module/aggregating.rs" );

use test_tools as the_module;

// #[ cfg( feature = "enabled" ) ]
// #[ cfg( not( feature = "no_std" ) ) ]
// use test_tools::exposed::*;

mod inc;