horizon/openstack_dashboard/test
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
..
api_tests Merge "Support for Glance v2" 2016-09-16 02:13:50 +00:00
integration_tests Multiple integration test fixes 2016-09-23 11:32:25 +00:00
jasmine Remove unused jasmine_tests.py 2015-05-13 12:39:00 -06:00
templates Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
test_data Support for Glance v2 2016-09-12 11:16:33 -07:00
test_panels Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
test_plugins assertEquals is deprecated, use assertEqual 2016-01-27 00:59:19 +08:00
tests Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00
__init__.py Revamp of testing machinery. 2012-04-23 22:24:21 -07:00
error_pages_urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
helpers.py Support for Glance v2 2016-09-12 11:16:33 -07:00
settings.py Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00