Categories: None [Edit]

prop_check

https://rubygems.org/gems/prop_check
https://github.com/Qqwy/ruby-prop_check
PropCheck allows you to do property-based testing, including shrinking. (akin to Haskell's QuickCheck, Erlang's PropEr, Elixir's StreamData). This means that your test are run many times with different, autogenerated inputs, and as soon as a failing case is found, this input is simplified, in the end giving you back the simplest input that made the test fail.

Total

Ranking: 30,250 of 180,629
Downloads: 37,097

Daily

Ranking: 42,728 of 180,616
Downloads: 2

Depended by

RankDownloadsName
7,495391,509memoized
163,6332,326aston

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconQqwy