test_ok2/doc/en/yieldfixture.rst

Failed to ignore revisions in .git-blame-ignore-revs.

19 lines
472 B
ReStructuredText
Raw Permalink Normal View History

:orphan:
.. _yieldfixture:
"yield_fixture" functions
---------------------------------------------------------------
.. important::
2016-07-13 08:02:40 +08:00
Since pytest-3.0, fixtures using the normal ``fixture`` decorator can use a ``yield``
statement to provide fixture values and execute teardown code, exactly like ``yield_fixture``
in previous versions.
Marking functions as ``yield_fixture`` is still supported, but deprecated and should not
be used in new code.