Pytest Fixture 的使用和作用范围

用途包裹测试用例

使用范围

  • session
  • module
  • class
  • function(默认)

用法1:

用法2:

结果: