- pytest的缓存机制
- pytest如何重跑失败用例
- How to manage logging
- pytester用于插件测试
- 如何将http请求的入参和响应打印出来
- fixture的执行优先级
- fixture的工作流程图
- fixture的加载(load)工作流程图
- fixture的作用域(scope)工作流程图
- fixture内置对象汇总
- pytest内置的fixture清单
- 当用例失败时是用skip还是xfail?
- 参数化执行测试用例
- How to mark test functions with attributes
- pytest如何发现一个模块中的测试用例
- pytest如何发现一个目录中的测试用例
- Run tests by keyword expressions
- Run tests by node ids
- Run tests by marker expressions
- Run tests from packages
- 测试报告调用链路图
- 测试报告对象清单与作用
- 测试报告集合调用链路图
- 测试报告集合对象清单与作用