Skip to content

Commit

Permalink
Merge pull request cweill#3 from zacatac/remove-is-naked
Browse files Browse the repository at this point in the history
trigger travis CI
  • Loading branch information
zacatac authored Oct 27, 2018
2 parents f261d53 + dc6d663 commit 5ed624d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ Available options:

```
-all generate go tests for all functions and methods
-excl regexp. generate go tests for functions and methods that don't
-excl regexp. generate go tests for functions and methods that don't
match. Takes precedence over -only, -exported, and -all
-exported generate go tests for exported functions and methods. Takes
-exported generate go tests for exported functions and methods. Takes
precedence over -only and -all
-i print test inputs in error messages
-only regexp. generate go tests for functions and methods that match only.
Takes precedence over -all
-w write output to (test) files instead of stdout
-nosubtests disable subtest generation. Only available for Go 1.7+
-template_dir optional. Path to a directory containing custom test code templates
Expand Down

0 comments on commit 5ed624d

Please sign in to comment.