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

136 Other Versions

Version License Security Released
2.11.3 UNKNOWN 2012-03-01 - 05:14 about 12 years
2.11.2 UNKNOWN 2012-02-15 - 01:11 about 12 years
2.11.1 UNKNOWN 2012-02-01 - 22:23 about 12 years
2.11.0 UNKNOWN 2012-01-25 - 08:08 over 12 years
2.10.1 UNKNOWN 2012-01-18 - 00:17 over 12 years
2.10.0 UNKNOWN 2011-12-21 - 00:48 over 12 years
2.9.1 UNKNOWN 2011-12-14 - 01:25 over 12 years
2.9.0 UNKNOWN 2011-12-08 - 01:47 over 12 years
2.8.1 UNKNOWN 2011-11-17 - 23:49 over 12 years
2.8.0 UNKNOWN 2011-11-09 - 00:27 over 12 years
2.7.0 UNKNOWN 2011-10-26 - 02:15 over 12 years
2.6.2 UNKNOWN 2011-10-19 - 21:28 over 12 years
2.6.1 UNKNOWN 2011-09-28 - 01:15 over 12 years
2.6.0 UNKNOWN 2011-09-13 - 23:22 over 12 years
2.5.1 UNKNOWN 2011-08-27 - 20:25 over 12 years
2.5.0 UNKNOWN 2011-08-19 - 01:43 over 12 years
2.4.0 UNKNOWN 2011-08-10 - 00:07 over 12 years
2.3.1 UNKNOWN 2011-06-23 - 04:02 almost 13 years
2.3.0 UNKNOWN 2011-06-18 - 00:47 almost 13 years
2.2.2 UNKNOWN 2011-06-01 - 22:57 almost 13 years
2.2.1 UNKNOWN 2011-06-01 - 03:11 almost 13 years
2.2.0 UNKNOWN 2011-06-01 - 00:42 almost 13 years
2.1.0 UNKNOWN 2011-04-11 - 21:13 about 13 years
2.0.2 UNKNOWN 2010-12-25 - 03:02 over 13 years
2.0.1 UNKNOWN 2010-12-15 - 20:11 over 13 years
2.0.0 UNKNOWN 2010-11-11 - 20:44 over 13 years
1.7.2 UNKNOWN 2010-09-23 - 21:25 over 13 years
1.7.1 UNKNOWN 2010-09-01 - 08:32 over 13 years
1.7.0 UNKNOWN 2010-07-16 - 00:13 almost 14 years
1.6.0 UNKNOWN 2010-03-28 - 00:33 about 14 years
1.5.0 UNKNOWN 2010-01-06 - 22:37 over 14 years
1.4.2 UNKNOWN 2009-08-05 - 00:50 over 14 years
1.4.1 UNKNOWN 2009-08-05 - 00:50 over 14 years
1.4.0 UNKNOWN 2009-08-05 - 00:50 over 14 years
1.3.1 UNKNOWN 2009-07-25 - 18:07 almost 15 years
1.3.0 UNKNOWN 2009-07-25 - 18:07 almost 15 years