test: add proptest arbitrary as a feature

This commit is contained in:
Anand Balakrishnan 2023-04-04 09:56:19 -07:00
parent 00b03a509f
commit 7c8c833469
No known key found for this signature in database
4 changed files with 9 additions and 178 deletions

View file

@ -9,8 +9,11 @@ itertools = "0.10.5"
paste = "1.0.12"
num-traits = "0.2.15"
thiserror = "1.0.39"
proptest = { version = "1.1.0", optional = true }
[dev-dependencies]
itertools = "0.10.5"
paste = "1.0.12"
proptest = "1.1.0"
argus-core = { path = ".", features = ["arbitrary"] }
[features]
default = []
arbitrary = ["dep:proptest"]