RAHHH
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from asgiref.testing import ApplicationCommunicator # noqa
|
||||
|
||||
from .http import HttpCommunicator # noqa
|
||||
from .live import ChannelsLiveServerTestCase # noqa
|
||||
from .websocket import WebsocketCommunicator # noqa
|
||||
|
||||
__all__ = [
|
||||
"ApplicationCommunicator",
|
||||
"HttpCommunicator",
|
||||
"ChannelsLiveServerTestCase",
|
||||
"WebsocketCommunicator",
|
||||
]
|
||||
Reference in New Issue
Block a user