oslo.policy/oslo_policy/tests
Takashi Kajinami a33edecad6 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: I282706b4b2986da32ce813045620f5a145d91c45
2024-10-21 20:08:26 +09:00
..
__init__.py exported from oslo-incubator by graduate.sh 2014-12-09 14:40:01 -03:00
base.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:08:26 +09:00
test_cache_handler.py Adding tests on cache handler 2021-02-09 14:32:16 +00:00
test_checks.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:08:26 +09:00
test_external.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:08:26 +09:00
test_fixtures.py External Policy hook should support SSL 2017-09-27 13:08:26 -04:00
test_generator.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:08:26 +09:00
test_opts.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:08:26 +09:00
test_parser.py Remove all usage of six library 2020-10-06 15:56:50 +08:00
test_policy.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:08:26 +09:00
test_shell.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:08:26 +09:00
test_sphinxext.py Add unit tests on the sphinxext indent function 2019-07-22 11:46:09 +02:00
test_sphinxpolicygen.py Only pass exclude-deprecated when True 2022-04-28 15:27:31 +05:30
token_fixture.py Modernize policy checker 2019-10-10 08:38:14 -07:00