[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.1.1 Released

Ryan Davis

12/20/2006 10:21:00 PM

heckle version 1.1.1 has been released!

http://www.rubyforge.org/projects...
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.1.1 / 2006-12-20

* 3 bug fixes:
* Load tests properly when supplying method name.
* Make sure random symbols have at least one character.
* Removed all extra warnings from the unit tests. Consolidated and
cleaned.

http://www.rubyforge.org/projects...
by Ryan Davis and Kevin Clark