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: 17,332 of 183,477
Downloads: 88,821

Daily

Ranking: 3,430 of 183,470
Downloads: 338

Depended by

RankDownloadsName
7,221476,281memoized
15,864103,320sequent
90,7008,468aston

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconQqwy