oslo.i18n/oslo_i18n/tests
Takashi Kajinami 8f15fe900f Run pyupgrade to clean up Python 2 syntaxes
Update all .py source files by
 $ pyupgrade --py3-only $(git ls-files | grep ".py$")
to modernize the code according to Python 3 syntaxes.

Also add the pyupgrade hook to pre-commit to avoid merging additional
Python 2 syntaxes.

Change-Id: I9fe7d07fe6184833e1fbb228efc7d7308430782a
2024-10-21 21:16:23 +09: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 Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 21:16:23 +09:00
test_fixture.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 21:16:23 +09:00
test_gettextutils.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 21:16:23 +09:00
test_handler.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 21:16:23 +09:00
test_lazy.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 21:16:23 +09: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 Bump hacking 2024-01-26 01:28:26 +09:00
test_public_api.py Remove unnecessary unicode prefixes 2022-04-19 19:31:26 +08:00
test_translate.py Stop to use the __future__ module. 2020-06-02 20:39:08 +02:00
utils.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 21:16:23 +09:00