We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2f721 commit e114febCopy full SHA for e114feb
doc/en/proposals/parametrize_with_fixtures.rst
@@ -116,6 +116,11 @@ Alternative approach
116
A new helper function named ``fixture_request`` would tell pytest to yield
117
all parameters marked as a fixture.
118
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
124
.. code-block:: python
125
126
@pytest.fixture(params=[
0 commit comments