6 ms·
Can you give an example (pun not intended) of testing with properties?
by jaynetics 9mo ago
Can you give an example (pun not intended) of testing with properties?
- deleted 9mo ago[deleted]
- eru 9mo agohttps://fsharpforfunandprofit.com/series/property-based-testing/ https://fsharpforfunandprofit.com/series/property-based-test... is an entertaining intro. https://hypothesis.readthedocs.io/en/latest/ https://hypothesis.readthedocs.io/en/latest/ are the docs for one of the best property based testing libraries available in any language.