mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
24 lines
828 B
Plaintext
24 lines
828 B
Plaintext
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.
|
|
|
|
== FEATURES
|
|
|
|
* Test::Unit 1.2.3 is the original Test::Unit, taken
|
|
straight from the ruby distribution. It is being
|
|
distributed as a gem to allow tool builders to use it as a
|
|
stand-alone package. (The test framework in ruby is going
|
|
to radically change very soon).
|
|
|
|
* Test::Unit 2.x will be improved actively and may break
|
|
compatiblity with Test::Unit 1.2.3. (We will not hope it
|
|
if it isn't needed.)
|
|
|
|
* Some features exist as separated gems like GUI test
|
|
runner. (Tk, GTK+ and Fox) test-unit-full gem package
|
|
provides for installing all Test::Unit related gems
|
|
easily.
|