Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days ago
JSON representation
fork of mutant with inline disable comments and a few different mutations.
- Host: GitHub
- URL: https://github.com/dgollahon/mutest
- Owner: dgollahon
- License: mit
- Archived: true
- Created: 2017-01-27T03:00:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T00:42:01.000Z (over 4 years ago)
- Last Synced: 2025-01-11T17:48:30.047Z (9 days ago)
- Topics: lint, mutation-testing, quality-control, rspec, ruby, testing
- Language: Ruby
- Homepage:
- Size: 3.6 MB
- Stars: 71
- Watchers: 5
- Forks: 4
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.