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,733 of 192,137
Downloads: 334,458

Daily

Ranking: 6,332 of 192,103
Downloads: 308

Depended by

RankDownloadsName
15,990123,263sequent
53,67621,019aston
183,3981,170spec_scout

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconQqwy