horizon/openstack_dashboard/test/tests
Rob Cresswell d27528e831 Fix compatibility issues with Django 1.10
Required modifying our URL pattern decorator to
be compatible with the slightly different callback
attribute mechanism in 1.10

Modified breadcrumb structures to always be 2-tuples
as tuple unpacking is now strictly enforced in 1.10

Also made the following things changed in Django 1.10.
- fixed the now-deprecated TEMPLATE_DEBUG.
- Caught up with Request context change
- SimpleTestCase.urls is removed in 1.10.
  ROOT_URLCONF needs to be used instead.

Co-Authored-By: Richard Jones <r1chardj0n3s@gmail.com>
Co-Authored-By: Akihiro Motoki <motoki@da.jp.nec.com>
Change-Id: I59cbd8bff117813258539ed0724fe89a9f5b77ee
Implements: blueprint dj110
(cherry picked from commit 3488ab3d40)
2016-09-23 11:33:15 +00:00
..
__init__.py Allow running tests individually 2012-11-15 14:50:51 +11:00
error_pages.py Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00
policy.py Finally remove policy engine code from openstack_dashboard 2015-09-28 21:39:28 +00:00
policy_backend.py Modify use of assertTrue(A in B) 2016-09-03 11:26:52 +08:00
quotas.py Allow horizon to function without nova 2016-07-26 09:15:48 -05:00
selenium_tests.py Tests pass in languages other than English 2015-01-14 12:59:42 -07:00
templates.py Modify use of assertTrue(A in B) 2016-09-03 11:26:52 +08:00
utils.py Fix order of arguments in assertEqual 2016-08-16 12:02:45 +07:00