diff options
author | minskim <minskim@pkgsrc.org> | 2007-06-11 07:59:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-06-11 07:59:55 +0000 |
commit | e26cdb5dde712262351af462b8240957e75995ee (patch) | |
tree | 828f60119bb40c89086884c288b1ced23875ec02 /devel/ZenTest/DESCR | |
parent | afca3eb9d49495cf20211cdb5ef44d0c2bd0e5b3 (diff) | |
download | pkgsrc-e26cdb5dde712262351af462b8240957e75995ee.tar.gz |
Import ZenTest.
ZenTest provides 4 different tools and 1 library: zentest, unit_diff,
autotest, multiruby, and Test::Rails.
ZenTest scans your target and unit-test code and writes your missing
code based on simple naming rules, enabling XP at a much quicker
pace. ZenTest only works with Ruby and Test::Unit.
unit_diff is a command-line filter to diff expected results from
actual results and allow you to quickly see exactly what is wrong.
autotest is a continous testing facility meant to be used during
development. As soon as you save a file, autotest will run the
corresponding dependent tests.
multiruby runs anything you want on multiple versions of ruby. Great
for compatibility checking.
Test::Rails helps you build industrial-strength Rails code.
Diffstat (limited to 'devel/ZenTest/DESCR')
-rw-r--r-- | devel/ZenTest/DESCR | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/ZenTest/DESCR b/devel/ZenTest/DESCR new file mode 100644 index 00000000000..ce2da27acda --- /dev/null +++ b/devel/ZenTest/DESCR @@ -0,0 +1,18 @@ +ZenTest provides 4 different tools and 1 library: zentest, unit_diff, +autotest, multiruby, and Test::Rails. + +ZenTest scans your target and unit-test code and writes your missing +code based on simple naming rules, enabling XP at a much quicker +pace. ZenTest only works with Ruby and Test::Unit. + +unit_diff is a command-line filter to diff expected results from +actual results and allow you to quickly see exactly what is wrong. + +autotest is a continous testing facility meant to be used during +development. As soon as you save a file, autotest will run the +corresponding dependent tests. + +multiruby runs anything you want on multiple versions of Ruby. Great +for compatibility checking. + +Test::Rails helps you build industrial-strength Rails code. |