Posted in

【Go包测试隔离漏洞】:testing.T.Cleanup()无法清除init()函数副作用——3个真实线上panic案例与go test -gcflags=-l规避法

第一章:Go包测试隔离漏洞的本质 … 【Go包测试隔离漏洞】:testing.T.Cleanup()无法清除init()函数副作用——3个真实线上panic案例与go test -gcflags=-l规避法Read more

Posted in

【Go安装黄金标准】:经CI/CD流水线验证的12项安装验收指标(含go test -v验证脚本)

第一章:Go安装黄金标准的定义与 … 【Go安装黄金标准】:经CI/CD流水线验证的12项安装验收指标(含go test -v验证脚本)Read more

Posted in

【Go测试驱动开发实战】:用3个真实案例讲透table-driven test、mock与覆盖率提升至92.7%

第一章:Go测试驱动开发实战入门 … 【Go测试驱动开发实战】:用3个真实案例讲透table-driven test、mock与覆盖率提升至92.7%Read more

Posted in

go test -c编译测试二进制为何无法覆盖?覆盖率统计失效真相:-gcflags与-test.coverprofile冲突解析

第一章:Go测试二进制编译与覆盖 … go test -c编译测试二进制为何无法覆盖?覆盖率统计失效真相:-gcflags与-test.coverprofile冲突解析Read more