Typing stubs for pytest-lazy-fixture, providing type hints for LazyFixture and lazy_fixture. Current version 0.6.3.20260408, updated via typeshed. Low release cadence; updated with typeshed releases.
pip install types-pytest-lazy-fixtureVerified import paths — ran on the pinned version, not inferred.
Basic usage of lazy_fixture with parametrize. Note: types-pytest-lazy-fixture provides stubs for this pattern.
Use from _pytest.compat import LazyFixture if you need the type, but prefer using lazy_fixture from pytest_lazyfixture.
Install via 'pip install pytest-lazy-fixture' (hyphens), then import as 'from pytest_lazyfixture import lazy_fixture' (underscores).
Install both: pip install pytest-lazy-fixture types-pytest-lazy-fixture
No dependency data recorded yet.