pytest 高级用法conftest.py
conftest.py文件中定义共享的fixture
conftest.py一般放在testcase的目录下面,每个目录下也存在着conftest.py
如果子目录下有conftest.py,子目录下的conftest.py中的fixture优先