daphne/channels/tests
Jan Boysen fdc80cb269 runserver should respect FORCE_SCRIPT_NAME setting (#435)
* Pass FORCE_SCRIPT_NAME to Daphne server when set

FORCE_SCRIPT_NAME seems not to be honored any more with build-in runserver after activating channels app.
The normal behavior of Django is the FORCE_SCRIPT_NAME is used as prefix when set while generating URLs so its possible to
create a path prefix and determine different Django installations based on the path rather than hostname without having to prefix all paths in urls.py.

* Only strip script_name from path if it starts with it

* make tests happy again after setting kwarg root_path
2016-11-18 06:26:16 -08:00
..
__init__.py Use a mixin for common test-case code. This way we can have both (#305) 2016-08-20 17:53:54 -07:00
a_file Tests for file and streaming response handling inside Django (#185) 2016-06-01 09:47:50 -07:00
base.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00
http.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00
settings.py Test runserver (#214) 2016-06-29 11:26:21 -07:00
test_binding.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00
test_generic.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00
test_handler.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00
test_management.py runserver should respect FORCE_SCRIPT_NAME setting (#435) 2016-11-18 06:26:16 -08:00
test_request.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00
test_routing.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00
test_sessions.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00
test_worker.py Sort imports and make Travis run isort (#425) 2016-11-05 12:08:38 +01:00