本文系《pytest源码剖析》系列内容
正在连载,欢迎关注
5. 内置插件 fixtures
插件路径:_pytest.fixtures
实现的 hook
hook | tryfirst | trylast | optionalhook | hookwrapper | wrapper |
---|---|---|---|---|---|
pytest_addoption | False | False | False | False | False |
pytest_fixture_setup | False | False | False | False | False |
pytest_sessionstart | False | False | False | False | False |
调用的 hook
-
pytest_fixture_setup
-
pytest_fixture_post_finalizer