Skip to content

go test辅助工具 列出当前目录下所有Test方法 快速执行Test方法

Notifications You must be signed in to change notification settings

FengGeSe/gotest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotest

go test的辅助工具。

功能:

  • 列出当前目录下所有Test方法
  • 指定名称执行相应的Test方法

示例:

go test 帮助工具

Usage:
  gotest [command]

Available Commands:
  help        Help about any command
  list        列出本项目所有case
  run         just run

Flags:
  -h, --help   help for gotest

Use "gotest [command] --help" for more information about a command.

gotest list

gotest run

About

go test辅助工具 列出当前目录下所有Test方法 快速执行Test方法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages