luc-tielen / lua-quickcheck

Property based testing in Lua, inspired by the original QuickCheck.
MIT License
37 stars 1 forks source link

Add generators #1

Closed luc-tielen closed 8 years ago

luc-tielen commented 8 years ago

Add support for generating inputs.

Following primitive types should be supported:

luc-tielen commented 8 years ago

Pretty much all of these (besides functions) can now be generated, more generators can also be added later. User also has functionality to add custom types.