Skip to content

YoshikiShibata/gotest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

gotest

A simple wrapper for go test command to specify xxx_test.go file. With -run option, you specify test file name such as xxxx_test.go instead of functions.

gotest enumerates all Test_XXX functions in the file and invokes go test command.

usage

gotest [-v] -run=testFileName

About

A simple wrapper for go test command to specify a test .go file such as XXX_test.go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages