Announcing Proptest 1.1.0

We just released proptest 1.1.0, a property-testing framework for Rust. Proptest has recently found new maintainers, and this marks the first new release of proptest in ~2 years.

Highlights of this release are:

  • const generic support
  • improved sampling for floating point numbers
  • disabling persistence via environment variables
  • NonZero* types now implement Arbitrary

The library is now being maintained by @matthew-russo, @rex-remind101 and myself (@cameron1024) on Github. Feel free to open an issue or PR if you've got an idea.

We're aware many people/organisations have made their own forks of proptest, so if there's features on your forks that you'd like to see included, let us know and we'll see what we can do :slight_smile:

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.