Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在某些包中拆分测试过程?go test package - 使用包中所有 *_test.go 文件中的所有函数 Test*。如果您有很多测试并尝试 TDT,那么总是接收所有测试日志会很无聊。
请参阅“go help test”和“go help testflag”。引用后文:
... -run regexp Run only those tests and examples matching the regular expression. ...