vinissimus / async-asgi-testclient

A framework-agnostic library for testing ASGI web applications
MIT License
160 stars 20 forks source link

Websocket client #9

Closed dmanchon closed 5 years ago

dmanchon commented 5 years ago

Can you write a test?

yeah, i need to read how ws works both on starlette and quart first, i can try to do it tonight after work.

Also after guillotina merge the asgi support it will be great to add it to the tests too, great opportunity to define a minimal guillotina app.

masipcat commented 5 years ago

Can you write a test? yeah, i need to read how ws works both on starlette and quart first, i can try to do it tonight after work.

Also after guillotina merge the asgi support it will be great to add it to the tests too, great opportunity to define a minimal guillotina app.

totally agree! :)

masipcat commented 5 years ago

and can you update the "websocket support" checkbox in README as well?

masipcat commented 5 years ago

Thank you very much!

masipcat commented 5 years ago

v1.0.0 released

matthewchung74 commented 3 years ago

Thanks for writing this!