Hypothesis-like property-based testing and shrinking for Rust, generating random test cases and minimizing failures.
# Cargo.toml
[dependencies]
proptest = "1.11.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a property-based test that checks addition properties with random inputs.
Use the proptest! macro with a config block to limit cases, e.g., #![proptest_config = ProptestConfig::with_cases(100)].
No dependency data recorded yet.