Golang 单元测试执行 _test.go 中的某个 func 方法
test -run
参数接收正则表达式
go test -run "^TestDemo$" -v
测试 UI 界面化包
http://goconvey.co
另一个比较好的说明
https://www.v2ex.com/t/601030
本作品采用《CC 协议》,转载必须注明作者和本文链接
推荐文章: