Closed rgaudin closed 2 years ago
Now using AsyncClient from httpx for tests as FastAPI's client doesn't support async tests
Moved FastAPI instantiation to a function so we can control when it is created and thus prevent event_loop disparities in tests for instance.
Fixes #52
Now using AsyncClient from httpx for tests as FastAPI's client doesn't support async tests
Moved FastAPI instantiation to a function so we can control when it is created and thus prevent event_loop disparities in tests for instance.
Fixes #52