Just to have a chance to try it out: Switch to proptest.

This commit is contained in:
2022-01-08 16:34:40 -08:00
parent aa414fd527
commit 811580c64f
10 changed files with 123 additions and 192 deletions

View File

@@ -12,6 +12,10 @@ async-std = { version = "1.9.0", features = ["attributes"] }
async-trait = "0.1.50"
futures = "0.3.15"
log = "0.4.8"
quickcheck = "1.0.3"
proptest = "1.0.0"
simplelog = "0.10.0"
thiserror = "1.0.24"
thiserror = "1.0.24"
[dev-dependencies]
proptest = "1.0.0"
proptest-derive = "0.3.0"