How to test an aiohttp Websocket in python
I am trying to figure out how to test a websocket in python. I cannot seem to get anything to work, in terms of actually getting the websocket to do anything.
How to mock aiohttp.client.ClientSession.get async context manager with multiple different responses
To follow up on this question