That sounds a lot like property based testing, the rust ecosystem isn’t the best (I’m biased as I use EQC :P) but it has some decent support for it. https://github.com/simd-lite/simdjson-rs/blob/master/src/lib.rs#L1365 … is how we use it to test http://simd-json.rs parsing different JSON structures.
-
-
-
Heh, yeah proptesting and fuzzing are closely related. Did quite a bit of proptesting for my Rust port of
@dat_protocol. What I like from this approach is that it can be backed by various backends (AFL, libfuzz, etc.) and sanitizers that allow testing using different strategies. - 1 more reply
New conversation -
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.