Automated code reviews via mutation testing - semantic code coverage (fork of the latest free version)
Find a file
Markus Schirp 23a04009ce Use abstract support gem instead of homebrew
The support gem is better speced than the homebrew version ever was.
2012-08-03 01:28:15 +02:00
config Adjust flay score 2012-08-03 00:25:17 +02:00
lib Use abstract support gem instead of homebrew 2012-08-03 01:28:15 +02:00
spec Add abstract (test) runner 2012-08-01 19:05:34 +02:00
tasks Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
.gitignore Progress on method matching 2012-07-24 01:41:08 +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 abstract support gem instead of homebrew 2012-08-03 01:28:15 +02:00
Guardfile Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
mutant.gemspec Use abstract support gem instead of homebrew 2012-08-03 01:28:15 +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-01 18:06:15 +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.