mirror of
https://github.com/django/daphne.git
synced 2025-07-14 09:52:17 +03:00
* Move project tests to its own directory. * Install mock test dependency for Python2 only. * Do not install tox inside tox environment. * Exclude tests from sdist. * Use recent pip on Travis-CI.
3 lines
151 B
Python
3 lines
151 B
Python
from .base import TransactionChannelTestCase, ChannelTestCase, Client, apply_routes # NOQA isort:skip
|
|
from .http import HttpClient # NOQA isort:skip
|