Skip to content

Commit 8e54d07

Browse files
committed
Fix link in FAQ about parametrizing tests
Fix pytest-dev#1154
1 parent bd36e00 commit 8e54d07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/en/faq.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ However, with pytest-2.3 you can use the :ref:`@pytest.fixture` decorator
141141
and specify ``params`` so that all tests depending on the factory-created
142142
resource will run multiple times with different parameters.
143143

144-
You can also use the `pytest_generate_tests`_ hook to
145-
implement the `parametrization scheme of your choice`_.
144+
You can also use the ``pytest_generate_tests`` hook to
145+
implement the `parametrization scheme of your choice`_. See also
146+
:ref:`paramexamples` for more examples.
146147

147-
.. _`pytest_generate_tests`: test/funcargs.html#parametrizing-tests
148148
.. _`parametrization scheme of your choice`: http://tetamap.wordpress.com/2009/05/13/parametrizing-python-tests-generalized/
149149

150150
pytest interaction with other packages

0 commit comments

Comments
 (0)