horizon/openstack_dashboard/test
Akihiro Motoki e77633c56a Support Django 3.2 support (1)
Django 3.2 defines the new header API for the response object [1].
This change dropped "_headers" attribute from the response object.
Instead of accesing a private attribute, we need to use the public APIs
for response headers [2].

[1] https://docs.djangoproject.com/en/3.2/releases/3.2/#requests-and-responses
[2] https://docs.djangoproject.com/en/3.2/ref/request-response/#httpresponse-objects

Change-Id: Ia13212fd231215e17f4bba2039e79874b676e634
2021-09-15 18:15:04 +00:00
..
integration_tests Changes for tacker-horizon integration tests 2021-08-27 09:07:18 +05:30
jasmine Remove unused jasmine_tests.py 2015-05-13 12:39:00 -06:00
selenium openstack_dashboard: Move test files to match module structure 2017-12-09 21:38:06 +09:00
templates Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
test_data Clean up the workaround of cinderclient v2->v3 transition 2021-07-27 16:09:16 +09:00
test_panels Use python3-style super() 2020-10-15 14:37:20 +09:00
test_plugins Use python3-style super() 2020-10-15 14:37:20 +09:00
unit Show image names at Admin-Instances dashboard 2021-08-11 18:12:09 +03:00
__init__.py Revamp of testing machinery. 2012-04-23 22:24:21 -07:00
error_pages_urls.py hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
extensible_header_urls.py Drop unnecessary executable flags 2017-12-27 21:32:48 +00:00
helpers.py Support Django 3.2 support (1) 2021-09-15 18:15:04 +00:00
settings.py Fix tempest and pep8 tests 2020-05-12 18:49:34 +02:00
urls.py Fix Angular errors in openstack_auth 2018-03-17 18:36:01 +09:00