Skip to content

Commit e114feb

Browse files
committed
Mention pytest-lazy-fixture plugin in the proposal for parametrize_with_fixtures
1 parent 2e2f721 commit e114feb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/en/proposals/parametrize_with_fixtures.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ Alternative approach
116116
A new helper function named ``fixture_request`` would tell pytest to yield
117117
all parameters marked as a fixture.
118118

119+
.. note::
120+
121+
The `pytest-lazy-fixture <https://pypi.python.org/pypi/pytest-lazy-fixture>`_ plugin implements a very
122+
similar solution to the proposal below, make sure to check it out.
123+
119124
.. code-block:: python
120125
121126
@pytest.fixture(params=[

0 commit comments

Comments
 (0)