facilitest 0.1.1

Utilities that facilitate testing
Documentation
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:

[dependencies]

facilitest = "1.0.0"

and this to your source code:

use facilitest::*;

Example

Test a function with a set of different arguments:

test_p