Posted in

Go test覆盖率陷阱:行覆盖率达95%≠安全!我们用mutation testing发现87%的Go单元测试根本没测到panic路径

第一章:Go test覆盖率陷阱 … Go test覆盖率陷阱:行覆盖率达95%≠安全!我们用mutation testing发现87%的Go单元测试根本没测到panic路径Read more

Posted in

Go测试金字塔重建:单元测试覆盖率≠质量——基于mutation testing验证的4类关键边界代码案例

第一章:Go测试金字塔重建:单元 … Go测试金字塔重建:单元测试覆盖率≠质量——基于mutation testing验证的4类关键边界代码案例Read more

Posted in

Go单元测试覆盖率≠质量保障!基于mutation testing的go-mutesting实测:82%高覆盖代码仍存在逻辑漏洞

第一章:Go单元测试覆盖率的迷思 … Go单元测试覆盖率≠质量保障!基于mutation testing的go-mutesting实测:82%高覆盖代码仍存在逻辑漏洞Read more

Posted in

Go爬虫如何实现“秒级响应”动态页面?——Headless Chrome进程池管理、CDP协议直连与DOM MutationObserver事件捕获

第一章:Go爬虫实现“秒级响应” … Go爬虫如何实现“秒级响应”动态页面?——Headless Chrome进程池管理、CDP协议直连与DOM MutationObserver事件捕获Read more