mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Mark pytest-lazy-fixture as completed (#9229)
This commit is contained in:
12
stubs/pytest-lazy-fixture/@tests/stubtest_allowlist.txt
Normal file
12
stubs/pytest-lazy-fixture/@tests/stubtest_allowlist.txt
Normal 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
|
||||
Reference in New Issue
Block a user