horizon/horizon/test
Thomas Goirand 8770753fcc Specify transform=repr in assertQuerysetEqual()
Previously "repr" was automatically applied to "qs" argument of
assertQuerysetEqual() and most horizon unittest behaviors assume it.
It was deprecated in Django 3.2 and removed in Django 4.1. We need to
specify transform=repr explicitly to use the existing behavior.

[1] https://docs.djangoproject.com/en/3.2/topics/testing/tools/#django.test.TransactionTestCase.assertQuerysetEqual

Closes-Bug: #2038474
Change-Id: Ie7c7e9a1efc492889639e25509c8e614268c1d26
2023-10-23 14:24:49 +09:00
..
customization Fixed typos in comment for renaming dashboard 2015-09-08 18:05:02 +05:30
django_pyscss_fix Preparation for Django 3.0 and 3.1 support (2) 2021-09-16 16:16:12 +09:00
dummy_auth Fix horizon/test selenium tests for Django 1.8 2015-09-30 16:41:30 +10:00
jasmine Applying auto-file-discovery partially 2015-06-29 16:04:14 -06:00
messages Add message of the day option 2016-01-22 11:31:36 -08:00
selenium Use python3-style super() 2020-10-15 14:37:20 +09:00
templates Clean up the syntax of html attributes to always use double quotes 2023-04-05 11:00:26 +02:00
test_dashboards Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
unit Specify transform=repr in assertQuerysetEqual() 2023-10-23 14:24:49 +09:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
firefox_binary.py Use python3-style super() 2020-10-15 14:37:20 +09:00
helpers.py Fix test failures with Django 4.x 2023-09-13 08:40:51 -04:00
settings.py Preparation for Django 3.0 and 3.1 support (2) 2021-09-16 16:16:12 +09:00
urls.py Address RemovedInDjango40Warning (3) 2022-02-04 16:26:54 +09:00
utils.py Use python3-style super() 2020-10-15 14:37:20 +09:00
webdriver.py Integration test navigation machinery for Angular pages 2022-09-26 14:19:50 -05:00