daphne/channels/tests
Krukov D d9a943a2d5 as_route method for class based consumers (#266)
* Relative imports at the base of generic

* Added as_route method to generic consumers

* Tests for as_route method for generic consumers

* Now as_route method does not create new object + less verbose creating new object (tests)

* Fix flake8 version

* Fix blank line (flake8)

* Separate kwargs of as_route method as filters and nonfilters kwargs.

* `kwargs` for filters and `attrs` for class body at `as_route` method
2016-07-28 10:48:57 +01:00
..
__init__.py More tests utils for happy users (#162) 2016-05-19 11:45:25 -07:00
a_file Tests for file and streaming response handling inside Django (#185) 2016-06-01 09:47:50 -07:00
base.py Added method join_group to the test Client 2016-07-24 13:08:31 +00:00
http.py Json encoding/decoding for send/receive content at the HttpClient 2016-07-24 13:10:57 +00:00
settings.py Test runserver (#214) 2016-06-29 11:26:21 -07:00
test_binding.py A few tests for binding (outbound) 2016-07-24 13:13:21 +00:00
test_generic.py as_route method for class based consumers (#266) 2016-07-28 10:48:57 +01:00
test_handler.py Fixed #87: Don't drop headers and status on empty streaming responses 2016-06-29 12:20:47 -07:00
test_management.py Test runserver (#214) 2016-06-29 11:26:21 -07:00
test_request.py Fixed #210: Fix query string to be bytes and not decoded 2016-06-22 09:44:10 -07:00
test_routing.py Add class-based consumers 2016-05-25 17:45:56 -07:00
test_sessions.py improve @enforce_ordering to leverage a wait channel to avoid spinlocks (#144) 2016-05-12 10:38:06 -07:00
test_worker.py Fix re-inserting, with tests (#146) 2016-05-08 12:21:58 -07:00