[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] heckle 1.4.1 Released

Ryan Davis

6/6/2007 2:53:00 AM

heckle version 1.4.1 has been released!

* <http://www.rubyforge.org/projects/sea...
* <by Ryan Davis and Kevin Clark>

Heckle is a mutation tester. It modifies your code and runs your
tests to make sure they fail. The idea is that if code can be changed
and your tests don't notice, either that code isn't being covered or
it doesn't do anything.

Changes:

### 1.4.1 / 2007-06-05

* 3 bug fixes:
* Add zentest as a heckle dependency. Closes #10996
* Fixed heckling of call with blocks.
* Fix test_unit_heckler's test_pass? so it returns the result of the
run rather than ARGV.clear

* <http://www.rubyforge.org/projects/sea...
* <by Ryan Davis and Kevin Clark>