1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/82139da07b58/ Changeset: 82139da07b58 User: hpk42 Date: 2013-04-04 14:36:44 Summary: fix reference Affected #: 1 file
diff -r 6fb2ae923e2df3cc9aaf5e696c8fee1113893d3a -r 82139da07b58da52fc124be4218c8957b71f3ac1 doc/en/fixture.txt --- a/doc/en/fixture.txt +++ b/doc/en/fixture.txt @@ -298,7 +298,6 @@ > assert 0, smtp.helo() E AssertionError: (250, 'mail.python.org') -.. _`request`: :py:class:`_pytest.python.FixtureRequest` .. _`fixture-parametrize`: @@ -315,7 +314,7 @@ Extending the previous example, we can flag the fixture to create two ``smtp`` fixture instances which will cause all tests using the fixture to run twice. The fixture function gets access to each parameter -through the special `request`_ object:: +through the special :py:class:`request <FixtureRequest>` object:: # content of conftest.py import pytest Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org http://mail.python.org/mailman/listinfo/pytest-commit