File: yieldfixture.rst

package info (click to toggle)
pytest 8.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,996 kB
  • sloc: python: 62,860; makefile: 45
file content (18 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (34)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
:orphan:

.. _yieldfixture:

"yield_fixture" functions
---------------------------------------------------------------





.. important::
    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.