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

Latest News
Version 1.6.0 of Mxx_ru released
    Nicolay Shmakov - 2013-06-19 12:07
TZInfo v1.0.0 and TZInfo::Data v1.2013.3 Released
    Philip Ross - 2013-06-02 17:12
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28

 

Forums | Admin

Discussion Forums: test-unit-2-0-6-relea

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post