luc-tielen / lua-quickcheck

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

Make iteration amount configurable #5

Closed luc-tielen closed 8 years ago

luc-tielen commented 8 years ago

config either via file or command line args, default = 100?

luc-tielen commented 8 years ago

Iteration amount can be provided with --numtests, default = 100. Same goes for --numshrinks for shrink amount.