Property Based Testing

Property-based testing for implementation and test work with broad structured behavior. Use when a feature or bug spans input combinations, round trips, encoding and decoding, serialization, normalization or idempotence, ordering or pagination, schema variants, stateful operation sequences, distributed or concurrent schedules, parsers or codecs with semantic invariants, or differential models; also use when designing or reviewing generators, shrinkers, properties, and counterexample handling.

whamp e7205b1 13 files · 50.2 KB Updated

File contents

whamp/deep-swe-bench/tree/main/configs/testing-skills@1.2.1/skills/property-based-testing commit e7205b1076

Frequently asked questions

npx skillmds@latest add whamp/property-based-testing-2