/
Euphonium
/
SE_FastAPI_Example
Обзор
Документация
Войти
/
Euphonium
/
SE_FastAPI_Example
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
1
CI/CD
Аналитика
Безопасность
main
tests/test_smoke.py
13 строк
218 B
as
fix: test
13 май 2026, 12:28
13 май 2026, 12:28
17a230e
Код
Авторство
О чём код?
import pytest def test_ci_smoke(): assert True def test_import_fastapi(): try: import fastapi assert fastapi is not None except ImportError: pytest.skip("FastAPI not installed")