Proptest

Property-based testing for Rust using proptest. Use when writing tests that verify properties hold for arbitrary inputs, implementing custom strategies for generating test data, testing edge cases automatically, or when the user mentions "proptest", "property-based testing", "fuzz testing in Rust", "shrinking", or needs to generate arbitrary test data. Triggers include requests to test functions with random inputs, find edge cases, implement Arbitrary for custom types, or create data generators. Use when this capability is needed.

tomevault-io b1d85ba 2 files · 7.6 KB Updated

File contents

tomevault-io/skills-registry/tree/main/patrykgz--rust-devagent-loop-template--proptest commit b1d85ba715

Frequently asked questions

npx skillmds@latest add tomevault-io/proptest