proptest_async
This crate is an augmentation of the proptest::proptest! macro to work with async tests.
proptest!
async executor
By default, the macro uses async_std as the executor.
You can select tokio (single-threaded) instead with:
[]
= { = "*", = false, = ["tokio"] }
upstream
I'll probably eventually clean it up and upstream to the proptest project.