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) Test Anything Protocol - Wikipedia
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]
- [#27195] test-unit-2.0.3 + ruby-1.9.1 cannot properly test
-
Thanks
- Mike Pomraning
Thanks,