gotests:根据您的源代码自动生成Go测试样板 源码
est gotests使编写Go测试变得容易。 这是一个Golang命令行工具,可根据其目标源文件的功能和方法签名生成。 测试文件中的所有新依赖项都将自动导入。 演示版 下面显示gotests行动中使用的。 还存在用于 , , , , 和。 安装 最低Go版本: Go 1.6 使用安装和更新: $ go get -u github.com/cweill/gotests/... 用法 gotests , gotests可以为特定的源文件或整个目录生成Go测试。 默认情况下,它将其输出打印到stdout 。 $ gotests [options] PATH ... 可用选项: -
文件列表
gotests:根据您的源代码自动生成Go测试样板
(预估有个234文件)
.gitignore
9B
.gitkeep
0B
tmpl.go
9KB
gotests.go
6KB
existing_test_file.go
2KB
template_testify_printinputs.go
2KB
functions_and_receivers_with_same_names_except_exporting.go
3KB
subtest_edition_-_functions_and_receivers_with_same_names_except_exporting.go
3KB
functions_and_methods_with_name_receivers_parameters_and_results.go
2KB
io_writer_parameters.go
2KB
暂无评论