6 ms·
There is a tool to detect duplicate tests which many have found useful: http://ortask.com/testless/ http://ortask.com/testless/ For other kinds of test quality
by oliverc2 11y ago
There is a tool to detect duplicate tests which many have found useful: http://ortask.com/testless/ http://ortask.com/testless/
For other kinds of test quality, try Mutator: http://ortask.com/mutator/ http://ortask.com/mutator/
- the_af 11y agoThanks for the links! I hate to sound negative, but something about that website seems dodgy. I'm unconvinced duplicate/overlapping tests -- while obviously undesirable -- have a direct correlation with code quality. Unfortunately, in order to read their "papers" where they elaborate on this, I have to register :/ I'd rather use something open source like pitest. (Again, thanks for the links! I don't want to sound too negative)