Async tests #408
mojixcoder
started this conversation in
Ideas
Async tests
#408
Replies: 3 comments 2 replies
-
As of now - no, as the starlette test client is sync only, that would require usage of another package (like httpx). If you need those it can be easily changed following the fastapi guide: https://fastapi.tiangolo.com/advanced/async-tests/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
I also have a small project using async-asgi-testclient. If it can help you, can see it here and here |
Beta Was this translation helpful? Give feedback.
0 replies
-
@lewoudar That was awesome thank you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any tests for async tests in FastAPI?
Beta Was this translation helpful? Give feedback.
All reactions