facilitest-0.1.1 has been yanked.
facilitest
facilitest aims to facilitate writing tests (pun intended) by relieving you of writing boilerplate code and providing additional functionality such as parametrized tests.
Usage
Add this to your Cargo.toml:
[]
= "1.0.0"
and this to your source code:
use *;
Example
Test a function with a set of different arguments:
test_p