Link to the GitHub project (since I didn't know about it until you mentioned it):https://github.com/BurntSushi/quickcheck …
-
-
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
which library you use in Rust for property based testing? Or do you use haskell to test rust?
-
The Rust `quickcheck` crate.
End of conversation
New conversation -
-
-
Proptest is also amazing, same idea really. Helped me discover so many hard-to-find-bugs.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
It’s been a while since I’ve used that crate. I mostly use proptest these days. Maybe this has changed, but I recall quickcheck’s API discouraging multiple generators per type, and instead preferring the Arbitrary one. Hmm, I suppose more wrapper types could help.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
It is a much stronger tool than test writing, indeed. My experience is that it often informs you of design mistakes as well.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.