Go-mutesting is a framework for performing mutation testing on Go source code. Its main purpose is to find source code, which is not covered by any tests. By default the exec-in command is used to test a mutation to be tested using an exec command. The binary’s help can be invoked by executing the binary without arguments or with the --help argument.

9m read timeFrom golangexample.com
Post cover image
Table of contents
Quick exampleTable of contentWhat is mutation testing?How do I use go-mutesting?How do I write my own mutation exec commands?Which mutators are implemented?How do I write my own mutators?Other mutation testing projects and their flawsCan I make feature requests and report bugs and problems?GitHub

Sort: