pytest框架的一些补充
Posted zhaikunkun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pytest框架的一些补充相关的知识,希望对你有一定的参考价值。
1.关于pytest.fixture
@pytest.fixture(scope="module", autouse=True)
其中autouse=True,作用域默认是function,加了scope=module之后作用域就是module
运行结果:
2.conftest.py文件中是不能写class的 !注意??
以上是关于pytest框架的一些补充的主要内容,如果未能解决你的问题,请参考以下文章