nim-lang / needed-libraries

This repository contains a list a needed libraries.
112 stars 5 forks source link

Property-based testing #73

Open alehander92 opened 6 years ago

alehander92 commented 6 years ago

Generate tests based on value types and hints: most famous examples: QuickCheck(Haskell) and Hypothesis(Python)

alehander92 commented 6 years ago

I develop nim-quickcheck, currently still in early phase, but I'd welcome help

@subsetpark has done something similar in ny