1

是否可以在某些包中拆分测试过程?go test package - 使用包中所有 *_test.go 文件中的所有函数 Test*。如果您有很多测试并尝试 TDT,那么总是接收所有测试日志会很无聊。

4

1 回答 1

4

请参阅“go help test”和“go help testflag”。引用后文:

...

-run regexp
    Run only those tests and examples matching the regular
    expression.
...
于 2013-08-10T13:53:01.507 回答