mirror of
https://github.com/django/daphne.git
synced 2025-07-14 01:42:17 +03:00
* Added Client abstraction * Added apply_routes decorator/contextmanager * Fix apply routes as decorator * Separated Http specific client and 'Simple' client * Remove Clients from ChannelTestCase * Added cookies and headers management * Fix wrong reverting * Fixs for code style * Added space before inline comment
3 lines
123 B
Python
3 lines
123 B
Python
from .base import ChannelTestCase, Client, apply_routes # NOQA isort:skip
|
|
from .http import HttpClient # NOQA isort:skip
|