wtest 0.1.2

Tools for writing and running tests.
Documentation
#[ allow( unused_imports ) ]
use super::*;

//

tests_impls!
{
  #[ test ]
  fn fn_name()
  {
    // assert!( false );
  }
}

//

tests_index!
{
  fn_name,
}