Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / ruby-test-unit / DESCR
1 Test::Unit 2.x - Improved version of Test::Unit bundled in
2 Ruby 1.8.x.
3
4 Ruby 1.9.x bundles minitest not Test::Unit. Test::Unit
5 bundled in Ruby 1.8.x had not been improved but unbundled
6 Test::Unit (Test::Unit 2.x) will be improved actively.
7
8 == FEATURES
9
10 * Test::Unit 1.2.3 is the original Test::Unit, taken
11   straight from the ruby distribution. It is being
12   distributed as a gem to allow tool builders to use it as a
13   stand-alone package. (The test framework in ruby is going
14   to radically change very soon).
15
16 * Test::Unit 2.x will be improved actively and may break
17   compatiblity with Test::Unit 1.2.3. (We will not hope it
18   if it isn't needed.)
19
20 * Some features exist as separated gems like GUI test
21   runner. (Tk, GTK+ and Fox) test-unit-full gem package
22   provides for installing all Test::Unit related gems
23   easily.