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: 9,536 of 196,658
Downloads: 391,472

Daily

Ranking: 5,870 of 196,619
Downloads: 247

Depended by

RankDownloadsName
16,044132,667sequent
48,81925,034aston
187,1961,273spec_scout

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconQqwy