Test echo
test_echo(fastapi_app, client)
async
Tests that echo route works.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
fastapi_app |
FastAPI
|
current application. |
required |
client |
AsyncClient
|
client for the app. |
required |
Source code in hestia/tests/test_echo.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
|