标签: go
我检查了文档和帮助教程。没有找到答案。
我只想运行a_test.go而不是所有* _test.go。 这可能或如何? 非常感谢!
答案 0 :(得分:3)
Command Documentation Command go Description of testing flags 以下标志由' go test'识别。命令和 控制任何测试的执行: -run regexp Run only those tests and examples matching the regular expression.
Command Documentation
Command go
Description of testing flags
以下标志由' go test'识别。命令和 控制任何测试的执行:
-run regexp Run only those tests and examples matching the regular expression.
运行满足正则表达式正则表达式的测试:
go test -run=regexp