测试自动化学习 - pytest

pytest 是一个功能齐全的 Python 测试工具,可以帮助编写更好的程序,不仅可以编写小测试,还可以扩展到复杂的功能测试

<1>pytest:环境配置
<2>pytest:简单示例
<3>pytest:命名规范
<4>pytest:用例执行
<5>pytest:前置后置
<6>pytest:数据驱动
<7>pytest+allure:allure环境配置
<8>pytest+allure:allure终端命令
<9>pytest+allure:allure装饰器
<10>pytest:自定义前置后置 pytest.fixture

上一篇:第四:Robotframework & Allure生成精美测试报告


下一篇:<7>pytest+allure:allure环境配置