Property Based Testing

Use when example tests can't cover the input space — parsers, serializers, encoders, money math, state machines, anything with a roundtrip or invariant. Assert properties that hold for all inputs, let the framework generate cases and shrink failures to a minimal counterexample.

selamy-labs 1c4a6fb 2.4 KB Updated

File contents

selamy-labs/agent-skills/tree/main/skills/property-based-testing commit 1c4a6fbb32

Frequently asked questions

npx skillmds@latest add selamy-labs/property-based-testing