/
Euphonium
/
SE_FastAPI_Example_pri_adaptation
Обзор
Документация
Войти
/
Euphonium
/
SE_FastAPI_Example_pri_adaptation
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
tests/conftest.py
11 строк
218 B
as
feat: tests
06 апр 2026, 17:18
06 апр 2026, 17:18
eb9e264
Код
Авторство
О чём код?
import pytest from fastapi.testclient import TestClient @pytest.fixture def client(): from main import app with TestClient(app) as test_client: yield test_client app.dependency_overrides.clear()