Using aiohttp for both client requests and websocket connection I am trying to find a proper pytest implementation.
For client requests I am using aioresponses https://pypi.python.org/pypi/aioresponses/0.1.2
For mocking a websocket connecting I am not sure what to do. Anyone any suggestions ?
Thanks !