pytest-deprecated-yield-fixture (PT020)
源自 flake8-pytest-style linter。
作用
检查 pytest.yield_fixture 的使用情况。
为什么这不好?
pytest.yield_fixture 已弃用。应该使用 pytest.fixture 代替。
示例
建议改为
源自 flake8-pytest-style linter。
检查 pytest.yield_fixture 的使用情况。
pytest.yield_fixture 已弃用。应该使用 pytest.fixture 代替。
建议改为