Posted By: Kouhei Sutou
Date: 2009-10-17 06:33
Summary: test-unit 2.0.4 Released
Project: Test::Unit
test-unit version 2.0.4 has been released!
Test::Unit 2.x - Improved version of Test::Unit bundled in Ruby 1.8.x.
Ruby 1.9.x bundles minitest 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:
### 2.0.4 / 2009-10-17
* 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 |
|