()
| 48 | |
| 49 | @pytest.fixture(scope="module") |
| 50 | async def client() -> ClientManagerType: |
| 51 | async with client_manager(app) as c: |
| 52 | await truncate_all_models() |
| 53 | yield c |
| 54 | |
| 55 | |
| 56 | @pytest.fixture(scope="module") |
nothing calls this directly
no test coverage detected
searching dependent graphs…