Skip to content

Commit 1815a3b

Browse files
authored
Add proptest support (#68)
* Add proptest support Signed-off-by: Ana Hobden <[email protected]> * fmt Signed-off-by: Ana Hobden <[email protected]> * Make proptest feature more consistent Signed-off-by: Ana Hobden <[email protected]> * Fixes #69 Signed-off-by: Ana Hobden <[email protected]> * fmt Signed-off-by: Ana Hobden <[email protected]>
1 parent 75eae03 commit 1815a3b

File tree

13 files changed

+634
-671
lines changed

13 files changed

+634
-671
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ clap = "2.32"
4343
tempdir = "0.3"
4444
runtime = "0.3.0-alpha.3"
4545
runtime-tokio = "0.3.0-alpha.3"
46+
proptest = "0.9"
47+
proptest-derive = "0.1.0"

0 commit comments

Comments
 (0)