test-casing 0.2.0

Parameterized test cases and test decorators
Documentation
1
2
3
4
5
6
//! Integration tests for crate functionality.

#![cfg_attr(feature = "nightly", feature(test, custom_test_frameworks))]

mod decorate;
mod test_casing;