prop_check 0.15.0
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.
Gemfile:
=
安裝:
=
Runtime 相依性套件 (1):
amazing_print
~> 1.2