python equivalent to heckle

Simon Brunning simon at brunningonline.net
Tue Nov 6 11:57:13 EST 2007


On 11/6/07, rustom <rustompmody at gmail.com> wrote:
> heckle in ruby is inspired by jester for java. I quote:
>
> 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.
> from http://glu.ttono.us/articles/2006/12/19/tormenting-your-tests-with-heckle
>
> Is there anything similar for python??

Pester - <http://jester.sourceforge.net/>.

-- 
Cheers,
Simon B.
simon at brunningonline.net
http://www.brunningonline.net/simon/blog/
GTalk: simon.brunning | MSN: small_values | Yahoo: smallvalues



More information about the Python-list mailing list