heckle version 1.1.1 has been released!
http://www.rubyforge.org/projects/seattlerb
by Ryan D. and Kevin C.
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/seattlerb
by Ryan D. and Kevin C.