test-strategy 0.4.5

Procedural macro to easily write higher-order strategies in proptest.
Documentation
1
2
3
4
5
6
7
fn main() {}

#[test_strategy::proptest]
fn arg(#[allow(unused)] x: u8) {}

#[test_strategy::proptest(cases = 100)]
fn arg_and_config(#[allow(unused)] x: u8) {}