tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
532 stars 37 forks source link

Use same tests for starlette web api as for aiohttp web api #81

Closed grigi closed 1 year ago

grigi commented 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.