Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-stoeckl-mw committed Feb 20, 2020
1 parent 874ce57 commit 93bdca3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ go-mutesting is a framework for performing mutation testing on Go source code. I
The original project for go-mutesting is this: [github.com/zimmski/go-mutesting](https://github.com/zimmski/go-mutesting), but it seems unmaintained and was never adapted to go modules.
Adaption to go modules was done in this fork: [github.com/rumd3x/go-mutesting](https://github.com/rumd3x/go-mutesting), but this is not complete, at least it did not work for me.
I adapted and fixed some pieces, especially I replaced all occurrences of github.com/zimmski/go-mutesting with github.com/AntonStoeckl/go-mutesting, so it's currently not possible to merge into upstream any more.
When I install my local copy with
```bash
make install
```
it works, and that's all I can tell!

I have not yet tried to understand, change or extend the implementation. I might do that in the future. For now all I can tell is that it works for me.
I do not know if I'll be able to do any support for this project, because of job and family!
It should be quite stable, so if you want to do mutation testing - use it! :-)

## Quick example

Expand Down

0 comments on commit 93bdca3

Please sign in to comment.