No longer refer to the 'yield fixture mechanism' as experimental (doc)
The feature has been there for a long time and in the 2.7.1 release notes it says: > fixed docs to remove the notion that yield-fixtures are experimental. Therefore this one place was probably just missed.
This commit is contained in:
parent
266b53dfc2
commit
3135463573
|
@ -36,9 +36,9 @@ style <unittest.TestCase>` or :ref:`nose based <nosestyle>` projects.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
pytest-2.4 introduced an additional experimental
|
pytest-2.4 introduced an additional :ref:`yield fixture mechanism
|
||||||
:ref:`yield fixture mechanism <yieldfixture>` for easier context manager
|
<yieldfixture>` for easier context manager integration and more linear
|
||||||
integration and more linear writing of teardown code.
|
writing of teardown code.
|
||||||
|
|
||||||
.. _`funcargs`:
|
.. _`funcargs`:
|
||||||
.. _`funcarg mechanism`:
|
.. _`funcarg mechanism`:
|
||||||
|
|
Loading…
Reference in New Issue