Closed grigi closed 1 year ago
Unfortunately aiohttp's server nor its client talks ASGI, so I could not find a common ground for test clients. So I did some horrible difference wrapping and also ended up using httpx for the starlette web tests.
aiohttp
ASGI
httpx
starlette
Unfortunately
aiohttp
's server nor its client talksASGI
, so I could not find a common ground for test clients. So I did some horrible difference wrapping and also ended up usinghttpx
for thestarlette
web tests.