[ANN] test-unit 2.0.4

K

Kouhei Sutou

Hi,

test-unit 2.0.4 has been released:
http://test-unit.rubyforge.org/

Install:
% sudo gem install test-unit

Highlights:
This release includes colorized diff (*1) and TAP (*2) runner.
(*1) http://test-unit.rubyforge.org/svn/trunk/images/color-diff.png
(*2) http://en.wikipedia.org/wiki/Test_Anything_Protocol

Description:
Test::Unit 2.x - Improved version of Test::Unit bundled in
Ruby 1.8.x.

Ruby 1.9.x bundles miniunit not Test::Unit. Test::Unit
bundled in Ruby 1.8.x had not been improved but unbundled
Test::Unit (Test::Unit 2.x) will be improved actively.

Changes:

* 4 major enhancements
* use ~/.test-unit.yml as global configuration file.
* add TAP runner. (--runner tap)
* support colorized diff:
http://test-unit.rubyforge.org/svn/trunk/images/color-diff.png
* add Test::Unit::AutoRunner.default_runner= to specify default test runner.

* 4 minor enchancements
* improve verbose mode output format. (use indent)
* support NOT_PASS_THROUGH_EXCEPTIONS.
* support arguments option in #{runner}_options.
* TC_ -> Test in sample test case name.

* 1 bug fixes
* [#27195] test-unit-2.0.3 + ruby-1.9.1 cannot properly test
DelegateClass subclasses [Mike Pomraning]

* Thanks
* Mike Pomraning

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top