Hughes Property Based Testing

Test software in the style of John Hughes, inventor of QuickCheck and property-based testing. Emphasizes specifying properties that should hold for all inputs, generating random test cases, and shrinking failures to minimal examples. Use when testing algorithms, data structures, parsers, serializers, or any code with clear invariants.

copyleftdev fa88457 23.0 KB Updated

File contents

copyleftdev/sk1llz/tree/main/domains/testing/property-based commit fa88457e6f

Frequently asked questions

npx skillmds@latest add copyleftdev/hughes-property-based-testing