- Notifications
You must be signed in to change notification settings - Fork 204
Closed
Description
#[property_test(config = ProptestConfig { verbose: 2, ..ProptestConfig::default() })] fn my_test( foo: bool, #[strategy = arbitrary_bar()] bar: u64, ) { let _ = foo; let _ = bar; }results in prints such as
proptest: Next test input: MyTestArgs = MyTestArgs { field0: false, field1: 12305979233754266495 } proptest: Test case passed and I prefer MyTestArgs = MyTestArgs { foo: false, bar: 12305979233754266495 } which makes the test case more clear.
Metadata
Metadata
Assignees
Labels
No labels