摘要:
... 测试指定函数 例如: 仅执行单元测试 TestAdd() go test -v -run TestAdd ./ 执行所有 TestClient 开头的单元测试 go test -v 示例 可以在测试中添加示例来演示真实的使用情况, 来保证测试和演示的真实性和有效性. some command 阅读全文
摘要:
... 测试 Unit Test => Dev % coverage Test case design: Smoking => Automated first (20), main flows, frequency (daily/week) E2E (50) % coverage SIT (depe 阅读全文