Skip to content

Commit

Permalink
Point out that there are more options and arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmski committed Dec 30, 2014
1 parent 24eb3f6 commit 9572a4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The binary's help can be invoked by executing the binary without arguments or wi
go-mutesting --help
```

> **Note**: This README describes only a few of the available options and arguments. It is therefore advisable to examine the help.
The targets of the mutation testing can be defined as arguments to the binary. Every target can be either a Go source file, a directory or a package. Directories and packages can also include the `...`wildcard pattern which will search recursively for Go source files. Test source files with the ending `_test` are excluded, since this would interfere with testing the mutation most of the time.

The following example will gather all Go files which are defined by the targets and generate mutations with all available mutators of the binary.
Expand Down

0 comments on commit 9572a4a

Please sign in to comment.