测试自动化学习 - pytest
pytest介绍
pytest 是一个功能齐全的 Python 测试工具,可以帮助编写更好的程序,不仅可以编写小测试,还可以扩展到复杂的功能测试
pytest文档
博客导航
<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:自定义前置后置
<11>pytest:全局文件
<12>pytest:执行顺序
<13>pytest:分布式执行
<14>pytest:配置文件
<15>pytest:测试用例中文命名