Automated code reviews via mutation testing - semantic code coverage (fork of the latest free version)
Find a file
Markus Schirp 28bbf9af00 Remove use of root level namespace within the lib
This allows the easy creation of Zombie to mutate Mutant.
2012-08-16 22:59:25 +02:00
config Adjust flay score 2012-08-16 19:42:55 +02:00
lib Remove use of root level namespace within the lib 2012-08-16 22:59:25 +02:00
spec Remove use of root level namespace within the lib 2012-08-16 22:59:25 +02:00
tasks Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
test_app Rename Runner to Killer 2012-08-14 12:27:56 +02:00
.gitignore Add a sample application to mutate in integration tests 2012-08-09 20:04:03 +02:00
.rspec Use immutable support gem 2012-08-03 00:19:01 +02:00
.travis.yml Disable ruby-1.8.7 while spiking mutations 2012-07-27 22:42:48 +02:00
Gemfile Use to_source from git repo again 2012-08-16 18:16:31 +02:00
Guardfile Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
mutant.gemspec Add colorized diffs to cli reporter 2012-08-16 18:02:03 +02:00
Rakefile Add method matcher infrastructure 2012-07-23 22:54:35 +02:00
README.md Add a readme 2012-07-26 19:38:17 +02:00
TODO Update TODO 2012-08-14 12:41:29 +02:00

mutant

Build Status Dependency Status Code Climate

Mutant is a mutation testing tool for ruby under rubinius.

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.

Mutants idea is based on heckle. The motivation is from reading the other mutants code. The idea an concept is from this gist.

Installation

There is no gem release and the code is under development and unusable.

Examples

Credits

Contributing

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Commit, do not mess with Rakefile or version (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
  • Send me a pull request. Bonus points for topic branches.

License

Copyright (c) 2012 Markus Schirp

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.