Ruby/minitest/5.22.3


minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.

"I had a class with Jim Weirich on testing last week and we were
 allowed to choose our testing frameworks. Kirk Haines and I were
 paired up and we cracked open the code for a few test
 frameworks...

 I MUST say that minitest is *very* readable / understandable
 compared to the 'other two' options we looked at. Nicely done and
 thank you for helping us keep our mental sanity."

-- Wayne E. Seguin

minitest/test 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/test 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 (and stub) object framework.

minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P

minitest/test 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.

"Again, I can't praise enough the idea of a testing/specing
 framework that I can actually read in full in one sitting!"

-- Piotr Szotkowski

Comparing to rspec:

rspec is a testing DSL. minitest is ruby.

-- Adam Hawkins, "Bow Before MiniTest"

minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.

https://rubygems.org/gems/minitest
MIT

146 Other Versions

Version License Security Released
5.8.2 MIT 2015-10-26 - 22:54 over 9 years
5.8.1 MIT 2015-09-23 - 21:56 almost 10 years
5.8.0 MIT 2015-08-06 - 21:51 almost 10 years
5.7.0 MIT 2015-05-27 - 21:42 about 10 years
5.6.1 MIT 2015-04-27 - 21:30 about 10 years
5.6.0 MIT 2015-04-13 - 22:08 about 10 years
5.5.1 MIT 2015-01-10 - 00:35 over 10 years
5.5.0 MIT 2014-12-12 - 23:19 over 10 years
5.4.3 MIT 2014-11-11 - 23:44 over 10 years
5.4.2 MIT 2014-09-26 - 23:49 almost 11 years
5.4.1 MIT 2014-08-28 - 22:33 almost 11 years
5.4.0 MIT 2014-07-07 - 21:37 almost 11 years
5.3.5 MIT 2014-06-18 - 00:06 about 11 years
5.3.4 MIT 2014-05-15 - 23:34 about 11 years
5.3.3 MIT 2014-04-14 - 21:42 about 11 years
5.3.2 MIT 2014-04-02 - 22:54 over 11 years
5.3.1 MIT 2014-03-14 - 23:21 over 11 years
5.3.0 MIT 2014-02-26 - 00:47 over 11 years
5.2.3 MIT 2014-02-11 - 00:14 over 11 years
5.2.2 MIT 2014-01-22 - 22:57 over 11 years
5.2.1 MIT 2014-01-08 - 00:18 over 11 years
5.2.0 MIT 2013-12-14 - 01:05 over 11 years
5.1.0 MIT 2013-12-06 - 00:15 over 11 years
5.0.8 MIT 2013-09-21 - 00:36 almost 12 years
5.0.7 MIT 2013-09-05 - 21:27 almost 12 years
5.0.6 UNKNOWN 2013-06-28 - 23:44 about 12 years
5.0.5 UNKNOWN 2013-06-21 - 00:36 about 12 years
5.0.4 UNKNOWN 2013-06-07 - 22:27 about 12 years
5.0.3 UNKNOWN 2013-05-30 - 00:46 about 12 years
5.0.2 UNKNOWN 2013-05-20 - 22:46 about 12 years
5.0.1 UNKNOWN 2013-05-15 - 00:15 about 12 years
5.0.0 UNKNOWN 2013-05-10 - 23:02 about 12 years
4.7.5 UNKNOWN 2013-06-22 - 00:17 about 12 years
4.7.4 UNKNOWN 2013-05-01 - 22:42 about 12 years
4.7.3 UNKNOWN 2013-04-21 - 00:59 about 12 years
4.7.2 UNKNOWN 2013-04-18 - 23:16 about 12 years
4.7.1 UNKNOWN 2013-04-10 - 03:10 about 12 years
4.7.0 UNKNOWN 2013-03-18 - 22:31 over 12 years
4.6.2 UNKNOWN 2013-02-28 - 01:19 over 12 years
4.6.1 UNKNOWN 2013-02-15 - 00:29 over 12 years
4.6.0 UNKNOWN 2013-02-07 - 23:43 over 12 years
4.5.0 UNKNOWN 2013-01-23 - 03:30 over 12 years
4.4.0 UNKNOWN 2013-01-08 - 01:37 over 12 years
4.3.3 UNKNOWN 2012-12-07 - 01:07 over 12 years
4.3.2 UNKNOWN 2012-11-28 - 04:21 over 12 years
4.3.1 UNKNOWN 2012-11-23 - 22:51 over 12 years
4.3.0 UNKNOWN 2012-11-17 - 23:37 over 12 years
4.2.0 UNKNOWN 2012-11-02 - 23:06 over 12 years
4.1.0 UNKNOWN 2012-10-05 - 22:46 over 12 years
4.0.0 UNKNOWN 2012-09-29 - 00:50 almost 13 years