Stateful Property Testing in Rust
Most developers have written unit tests: you feed your code some inputs and verify the outputs. Property tests automate this process. Instead of manually creating inputs, your test generates them for you and validates the input/output pairs against a...
readyset.hashnode.dev10 min read