Automated code reviews via mutation testing - semantic code coverage (fork of the latest free version)
Find a file
Markus Schirp b984a15691 Add argument mutator
* Add Util mutator to share code more efficient
2012-12-06 20:44:26 +01:00
bin Publish exit status of CLI runner in executable 2012-11-24 17:36:47 +01:00
config Adjust flay score 2012-08-20 04:53:47 +02:00
lib Add argument mutator 2012-12-06 20:44:26 +01:00
spec Add argument mutator 2012-12-06 20:44:26 +01:00
tasks Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
test_app Add command method to test app 2012-11-24 22:42:05 +01:00
.gitignore Add a sample application to mutate in integration tests 2012-08-09 20:04:03 +02:00
.rspec Emit vcall mutation again 2012-12-06 12:32:16 +01:00
.travis.yml Ignore rbx on travis for a moment 2012-11-21 20:35:34 +01:00
Gemfile Add return statement mutations 2012-12-06 19:53:44 +01:00
Gemfile.devtools Add return statement mutations 2012-12-06 19:53:44 +01:00
Guardfile Add return statement mutations 2012-12-06 19:53:44 +01:00
locator.rb Add strategy objects 2012-11-22 00:10:50 +01:00
mutant.gemspec Use abstract_type gem from rubygems 2012-11-26 11:30:00 +01:00
Rakefile Add method matcher infrastructure 2012-07-23 22:54:35 +02:00
README.md Update readme 2012-11-24 19:21:23 +01:00
TODO Update TODO 2012-08-29 13:43:53 +02:00

mutant

Build Status Dependency Status Code Climate

Mutant is a mutation testing tool for ruby that aims to be better than existing mutation testers.

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 is currently only compatible to MRI and RBX in 1.9 mode. Also it only supports rspec2.

Motivation:

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.