Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgollahon/mutest

fork of mutant with inline disable comments and a few different mutations.
https://github.com/dgollahon/mutest

lint mutation-testing quality-control rspec ruby testing

Last synced: 8 days ago
JSON representation

fork of mutant with inline disable comments and a few different mutations.

Awesome Lists containing this project

README

        

mutest
======

`mutest` is **retired**.

It was a fork of [mutant](https://github.com/mbj/mutant) project with a few misc. customizations including inline source code disables. I no longer have interest in maintaining this and it is buggier than `mutant`. I am hoping for some of the handful of features this added to be eventually fully supported on `mutant`. If you are curious about how this project differed from `mutant` at the time, the [CHANGELOG](CHANGELOG.md) has some context.

## Credit

* Markus Schirp did an amazing job on [mutant](https://github.com/mbj/mutant) which this fork is based on.