Posted By: Kouhei Sutou
Date: 2010-01-11 19:52
Summary: test-unit 2.0.6 Released
Project: Test::Unit
test-unit version 2.0.6 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.6 / 2010-01-09
* 3 major enhancements * [#27380] Declarative syntax? [Daniel Berger] support declarative syntax:
test "test description in natural language" do ... end * support test description: description "test description in natural language" def test_my_test ... end * make max diff target string size customizable by TEST_UNIT_MAX_DIFF_TARGET_STRING_SIZE environment variable.
* 2 bug fixes * [#27374] omit_if unexpected behavior [David MARCHALAND] * fix a bug that tests in sub directories aren't load with --basedir. [Daniel Berger]
* Thanks * David MARCHALAND * Daniel Berger |
|