目录1. conftest.py 是什么?2. 基础环境搭建3. 夹具(fixture)实战4. 钩子函数(hooks)应用5. 作用域控制6. 高级技巧:参数化夹具7. 最佳实践8. 完整示例1. conftest.py 是什么?