21 lines
1.2 KiB
Text
21 lines
1.2 KiB
Text
============================= test session starts ==============================
|
|
platform linux -- Python 3.11.15, pytest-9.1.1, pluggy-1.6.0
|
|
rootdir: /app
|
|
configfile: pyproject.toml
|
|
testpaths: tests
|
|
plugins: anyio-4.14.1, respx-0.23.1, asyncio-1.4.0, cov-7.1.0
|
|
asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
|
|
collected 36 items
|
|
|
|
tests/test_config.py ............ [ 33%]
|
|
tests/test_schemas.py ............. [ 69%]
|
|
tests/test_types.py ........... [100%]
|
|
|
|
=============================== warnings summary ===============================
|
|
../usr/local/lib/python3.11/site-packages/fastapi/testclient.py:1
|
|
/usr/local/lib/python3.11/site-packages/fastapi/testclient.py:1: StarletteDeprecationWarning: Using `httpx` with `starlette.testclient` is deprecated; install `httpx2` instead.
|
|
from starlette.testclient import TestClient as TestClient # noqa
|
|
|
|
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
|
|
------------------ generated xml file: /app/test-results.xml -------------------
|
|
======================== 36 passed, 1 warning in 0.04s =========================
|