Property Based Testing

Generate many inputs to test invariants that must hold across a whole domain, and let shrinking reduce failures to a minimal case. Use when a rule should hold for all inputs, not just the few examples you would think to write.

Amey-Thakur 017ea79 2.9 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/testing/property-based-testing commit 017ea7998c

Frequently asked questions

npx skillmds@latest add amey-thakur/property-based-testing