Package: ruby-minitest Version: 5.9.0-1+0~20170420163839.8+jessie~1.gbp43364a Architecture: all Maintainer: Debian Ruby Extras Maintainers Installed-Size: 170 Suggests: ruby-test-unit Multi-Arch: foreign Homepage: https://github.com/seattlerb/minitest Priority: optional Section: ruby Filename: pool/main/r/ruby-minitest/ruby-minitest_5.9.0-1+0~20170420163839.8+jessie~1.gbp43364a_all.deb Size: 51270 SHA256: cef59b4ffb91f5a3461d0b660adf1dfdf5f63f5a821f14d28b01e10aa0890a49 SHA1: 7cc3b6fca3ccbabaa5ae33b9f962a4c3c3a52fa0 MD5sum: 14b9fd92fbf5b8e7a9929816c561f5a4 Description: Ruby test tools supporting TDD, BDD, mocking, and benchmarking minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. . minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. . minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. . minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! . minitest/mock by Steven Baker, is a beautifully tiny mock object framework. . minitest/pride shows pride in testing and adds coloring to your test output. . minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. Ruby-Versions: all