Re: python equivalent to heckle

2007-11-06 Thread Simon Brunning
On 11/6/07, rustom <[EMAIL PROTECTED]> 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

python equivalent to heckle

2007-11-06 Thread rustom
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://gl