Mark pytest-lazy-fixture as completed (#9229)

This commit is contained in:
Nikita Sobolev
2022-11-20 17:37:55 +03:00
committed by GitHub
parent c10ed87f6e
commit b58d0df349
3 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
# Part of the pytest API, which is internal:
pytest_lazyfixture.pytest_.*
# Internal undocumented API:
pytest_lazyfixture.fillfixtures
pytest_lazyfixture.normalize_call
pytest_lazyfixture.normalize_metafunc_calls
pytest_lazyfixture.sorted_by_dependency
pytest_lazyfixture.copy_metafunc
# Compat:
pytest_lazyfixture.PY3