oslo.i18n/oslo_i18n/tests
Stephen Finucane 4e907ed2f3 Drop use of babel
We were simply using this to get a list of language codes. Turns out
Python provides a way to do this already via the 'locale' module, which
provides all of the locales we care about [1]. Use this.

[1] https://github.com/python/cpython/blob/3.5/Lib/locale.py

Change-Id: Id6dce33fdbe3fc537dfe28d5cc604985b3347405
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2020-04-16 17:31:19 +01:00
..
__init__.py Move out of the oslo namespace package 2014-12-18 16:35:03 -05:00
fakes.py Move out of the oslo namespace package 2014-12-18 16:35:03 -05:00
test_factory.py Use unittest.mock instead of third party mock 2020-03-31 15:55:50 -05:00
test_fixture.py Fix parameters of assertEqual are misplaced 2016-07-23 19:54:15 +08:00
test_gettextutils.py Drop use of babel 2020-04-16 17:31:19 +01:00
test_handler.py Use unittest.mock instead of third party mock 2020-03-31 15:55:50 -05:00
test_lazy.py Move out of the oslo namespace package 2014-12-18 16:35:03 -05:00
test_locale_dir_variable.py Move out of the oslo namespace package 2014-12-18 16:35:03 -05:00
test_logging.py Use unittest.mock instead of third party mock 2020-03-31 15:55:50 -05:00
test_message.py Use unittest.mock instead of third party mock 2020-03-31 15:55:50 -05:00
test_public_api.py Use unittest.mock instead of third party mock 2020-03-31 15:55:50 -05:00
test_translate.py Use unittest.mock instead of third party mock 2020-03-31 15:55:50 -05:00
utils.py set default python to python3 2018-04-16 13:04:03 -04:00