Testify *************************** :bilibili-tests: https://gitee.com/luzhenxiong/bilibili-tests/tree/master/testify 仅新增了断言、mock和测试集等特性,相当于unittest库,在功能上比pytest弱很多。 学习方法 ======================= 只有api文档,很简陋,通过处理issue的方式学习新版本内容 在unittest没有的断言 =================================== Eventually ---------------------------------- https://pkg.go.dev/github.com/stretchr/testify@v1.9.0/assert#Eventually 相关issue: https://github.com/stretchr/testify/issues/1611 验证是否在指定的时间内执行了某个操作