1 2 3 4 5 6 7 8
#[ allow( unused_imports ) ] use fundamental_data_type as TheModule; #[ allow( unused_imports ) ] use test_tools::exposed::*; #[ path="../../../../module/core/derive_tools/tests/inc/mod.rs" ] mod tests;