lua-quickcheck

Property based testing library for Lua

$ luarocks install lua-quickcheck

QuickCheck is a way to do property based testing using randomly generated input.
Lua-QuickCheck comes with the ability to randomly generate and shrink integers,
doubles, booleans, strings, tables, custom datatypes, ...
All QuickCheck needs is a property function -- it will then randomly generate
inputs to that function and call the property for each set of inputs. If the
property fails (whether by an error or not satisfying your property),
the inputs are "shrunk" to find a smaller counter-example.

Versions

0.2-45 years ago469 downloads
0.2-37 years ago89 downloads
0.2-28 years ago68 downloads
0.2-18 years ago75 downloads
0.2-08 years ago6,098 downloads
0.1-08 years ago231 downloads

Dependencies

argparse >= 0.5.0
lua >= 5.1, < 5.3
LuaFileSystem >= 1.5.0

Manifests