/
niceSOFT
/
python3-pytest
Обзор
Документация
Войти
/
niceSOFT
/
python3-pytest
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/en/yieldfixture.rst
18 строк
472 B
Bruno Oliveira
Remove all version references to obsolete pytest versions
28 апр 2019, 18:37
28 апр 2019, 18:37
9c5da9c
Код
Авторство
О чём код?
: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.