horizon/horizon/test/unit
Radomir Dopieralski 4a89303231 Clean up the syntax of html attributes to always use double quotes
Our templates are very inconsistent and sometimes even use single and
double quotes in the same tag. This is an attempt to clean it up a
little and use double quotes everywhere.

In addition, I have run into a problem with single quotes being
incorrectly escaped by the Django compressor, and I want to see if
this will help with the issue.

Change-Id: I2d5137a87ed65c6abef38a49264346f917a1c85a
2023-04-05 11:00:26 +02:00
..
forms Use python3-style super() 2020-10-15 14:37:20 +09:00
hacking Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
management Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
middleware Create Horizon session control logic 2022-02-28 23:48:47 +09:00
tables Clean up the syntax of html attributes to always use double quotes 2023-04-05 11:00:26 +02:00
tabs Merge "Support policy checks in the Tab base class" 2021-02-18 03:37:21 +00:00
templatetags Clean up the syntax of html attributes to always use double quotes 2023-04-05 11:00:26 +02:00
utils Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
workflows Use python3-style super() 2020-10-15 14:37:20 +09:00
__init__.py horizon: Move test files to match corresponding module structure 2017-12-09 21:37:12 +09:00
test_base.py Address RemovedInDjango40Warning (1) 2022-01-31 22:42:41 +09:00
test_exceptions.py Address RemovedInDjango40Warning (1) 2022-01-31 22:42:41 +09:00
test_messages.py Address RemovedInDjango40Warning (1) 2022-01-31 22:42:41 +09:00
test_notifications.py horizon: Move test files to match corresponding module structure 2017-12-09 21:37:12 +09:00
test_views.py Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00