proper

QuickCheck-inspired property-based testing tool for Erlang

brewmacoslinux
Try with needOr install directly
Source

About

QuickCheck-inspired property-based testing tool for Erlang

Commands

proper

Examples

Run property tests in a module$ proper:module(my_module_tests)
Run a specific property test with custom options$ proper:quickcheck(my_module:prop_test(), [{numtests, 1000}])
Generate test data using proper generators$ proper_gen:sample(proper_types:integer(), 10)