wtest 0.1.2

Tools for writing and running tests.
Documentation
use super::*;

//

tests_impls!
{

  fn basic()
  {
  }

}

//

tests_index!
{
  basic,
}