pytest文档阅读笔记【五】

...

July 29, 2020

pytest文档阅读笔记【四】:Fixtures

...

July 23, 2020

pytest文档阅读笔记【三】:Plugins

...

July 21, 2020

pytest文档阅读笔记【二】

...

July 17, 2020

pytest文档阅读笔记【一】

Python有许多测试框架,自带的有unittest。nose和nose2是unittest的衍生。这篇文章要介绍的pytest,则是一款非常流行的第三方框架。其特点是采用python原生的assert语句来做断言;可以与unittest和nose很好协调工作;支持非常多的扩展等等。pytest的主要版本需要Python 3.5+(或者PyPy3)。 ...

July 16, 2020