/
niceSOFT
/
python3-pytest
Обзор
Документация
Войти
/
niceSOFT
/
python3-pytest
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
9.1.0.dev0
testing/examples/test_issue519.py
9 строк
239 B
Ronny Pfannschmidt
RFC: from __future__ import annotations + migrate
20 июн 2024, 12:03
20 июн 2024, 12:03
9295f9f
Код
Авторство
О чём код?
from __future__ import annotations from _pytest.pytester import Pytester def test_519(pytester: Pytester) -> None: pytester.copy_example("issue_519.py") res = pytester.runpytest("issue_519.py") res.assert_outcomes(passed=8)