./devel/ZenTest, Testing utilities for Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.9.0, Package name: ruby193-ZenTest-4.9.0, Maintainer: minskim

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.


Required to run:
[lang/ruby193-base]

Master sites:

SHA1: 440e089b182872ff211171cc51adb3f110851da7
RMD160: d2f374cdac630808dc52316c65aa1377f683d8a6
Filesize: 67 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-11 03:18:37 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ZenTest to 4.9.0.

=== 4.9.0 / 2013-02-07

* 1 minor enhancement:

  * Allow multiruby installs to be done entirely by symlink, bypassing build

* 1 bug fix:

  * Fixes for maglev.

=== 4.8.4 / 2013-01-22

* 2 minor enhancements:

  * Set required rubygems version to be >= 1.8 and < 2.1. (sanemat)
  * multiruby now just builds main, which skips rdoc and other stuff
   2012-12-16 17:08:46 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ZenTest to 4.8.3.

=== 4.8.3 / 2012-12-06

* 1 bug fix:

  * 2.0: Minor tweak to test to get it to pass on 2.0
   2012-07-31 15:53:23 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ZenTest to 4.8.2.

=== 4.8.2 / 2012-07-26

* 1 bug fix:

  * Fixed 1.9+ warnings in multiruby. (bhenderson)
   2012-06-02 02:35:50 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ZenTest to 4.8.1.

=== 4.8.1 / 2012-06-01

* 1 bug fix:

  * Fixed 1.9 bug caused by differences between Hash#find_all and Hash#select. \ 
(semaperepelitsa)
   2012-06-01 16:26:59 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ZenTest to 4.8.0.

=== 4.8.0 / 2012-05-04

* 1 minor enhancement:

  * Added Minitest generation to zentest (use -t to generate for test/unit)

* 1 bug fix:

  * Fixes and clarifications to Autotest#find_file. (hugh sasse)
   2012-03-18 10:20:18 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ZenTest to 4.7.0.

=== 4.7.0 / 2012-03-15

* 2 minor enhancements:

  * autotest/timestamp now uses ran_command hook. (bhenderson)
  * run_command hook is now passed cmd. (bhenderson)

* 1 bug fix:

  * Fixed run_command hook to only trigger when there are test files to run.
    (bhenderson)
   2011-08-25 17:21:47 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ZenTest package to 4.6.2.

Now it requires rubygems 1.8 at least.

=== 4.6.2 / 2011-08-24

* 1 minor enhancement:

  * Added Autotest Tips section to Readme

* 1 bug fix:

  * Fixed mri 1.9.3 change to Find.find with autotest/restart and missing files.
   2011-08-13 04:06:29 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update devel/ZenTest package to 4.6.1.

=== 4.6.1 / 2011-08-11

* 3 bug fixes:

  * Fix for option flags and unhandled error warning in autotest. (dbackeus)
  * Fix option w/ args handling and restart by storing ARGV in options[:args]
  * Fixed autotest --rc option handling. (simplybusiness)