horizon/horizon/test/unit
Akihiro Motoki cd7c1b5110 Address RemovedInDjango40Warning (2)
django.utils.translation.ugettext(), ugettext_lazy(), ugettext_noop(),
ungettext(), and ungettext_lazy() are deprecated in favor of the
functions that they’re aliases for: django.utils.translation.gettext(),
gettext_lazy(), gettext_noop(), ngettext(), and ngettext_lazy().

https://docs.djangoproject.com/en/4.0/releases/3.0/#id3

Change-Id: I77878f84e9d10cf6a136dada81eabf4e18676250
2022-02-04 16:22:07 +09: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 Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
tables Address RemovedInDjango40Warning (2) 2022-02-04 16:22:07 +09:00
tabs Merge "Support policy checks in the Tab base class" 2021-02-18 03:37:21 +00:00
templatetags Consisent abbreviation of size units 2021-05-04 11:50:17 -03: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