e08dd5c614
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. It's like hiring a white-hat hacker to try to break into your server and making sure you detect it. You learn the most by trying to break things and watching the outcome in an act of unit test sadism.
25 lines
807 B
Text
25 lines
807 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:17:14 jlam Exp $
|
|
bin/heckle
|
|
${GEM_HOME}/cache/heckle-${PKGVERSION}.gem
|
|
${GEM_LIBDIR}/History.txt
|
|
${GEM_LIBDIR}/Manifest.txt
|
|
${GEM_LIBDIR}/README.txt
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/bin/heckle
|
|
${GEM_LIBDIR}/lib/heckle.rb
|
|
${GEM_LIBDIR}/lib/test_unit_heckler.rb
|
|
${GEM_LIBDIR}/sample/Rakefile
|
|
${GEM_LIBDIR}/sample/changes.log
|
|
${GEM_LIBDIR}/sample/lib/heckled.rb
|
|
${GEM_LIBDIR}/sample/test/test_heckled.rb
|
|
${GEM_LIBDIR}/test/fixtures/heckled.rb
|
|
${GEM_LIBDIR}/test/test_heckle.rb
|
|
${GEM_HOME}/specifications/heckle-${PKGVERSION}.gemspec
|
|
@dirrm ${GEM_LIBDIR}/test/fixtures
|
|
@dirrm ${GEM_LIBDIR}/test
|
|
@dirrm ${GEM_LIBDIR}/sample/test
|
|
@dirrm ${GEM_LIBDIR}/sample/lib
|
|
@dirrm ${GEM_LIBDIR}/sample
|
|
@dirrm ${GEM_LIBDIR}/lib
|
|
@dirrm ${GEM_LIBDIR}/bin
|
|
@dirrm ${GEM_LIBDIR}
|