tests: add websocket capacity test

This commit is contained in:
Jacob Plaster
2019-06-18 14:42:35 +08:00
committed by Jacob Plaster
parent 13e7d505f8
commit 286e922eb1
4 changed files with 77 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
import pytest
import json
import asyncio
from .helpers import (create_stubbed_client, ws_publish_auth_accepted, ws_publish_connection_init,
EventWatcher)