pytest库# unittest v.s. pytest# 标准库unittest的明显缺陷: 写一个一个TestCase类比较繁琐; assert必须要翻文档怎么定义。 pytest可以直接用Python的写法,更好记,功能也更强大,所以已经成为了Python社区的事实标准。