proptest-rs / proptest

Hypothesis-like property testing for Rust
Apache License 2.0
1.63k stars 152 forks source link

First-class support for async functions #442

Open matthew-russo opened 2 months ago

matthew-russo commented 2 months ago

title is fairly self-explanatory. today there is no built-in support for testing async functions.

we need an answer to: