D102【python 接口自动化学习】- pytest进阶之fixture用法
day102 pytest的usefixtures方法
学习日期:20241219
学习目标:pytest基础用法 -- pytest的usefixtures方法
学习笔记:
fixture调用方法
实际应用
总结
- @pytest.mark.usefixtures('func'),pytest的usefixtures方法,无法接收返回值
学习日期:20241219
学习目标:pytest基础用法 -- pytest的usefixtures方法
学习笔记: