You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/module_utils
Matt Clay a0495fc314
Update triple single quotes to triple double quotes (#84099)
* Update triple single quotes to triple double quotes

This change was fully automated.

The updated Python files have been verified to tokenize the same as the originals, except for the expected change in quoting of strings, which were verified through literal_eval.

* Manual conversion of docstring quotes
2 months ago
..
_internal Add DaemonThreadPoolExecutor impl (#83880) 3 months ago
basic Update triple single quotes to triple double quotes (#84099) 2 months ago
common Update triple single quotes to triple double quotes (#84099) 2 months ago
compat Remove Python 2 compat (via six) from unit tests 1 year ago
facts Update triple single quotes to triple double quotes (#84099) 2 months ago
json_utils Remove Python 2.x compat from unit tests (#82109) 1 year ago
parsing Require `from __future__ import annotations` (#81902) 1 year ago
urls Update triple single quotes to triple double quotes (#84099) 2 months ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
conftest.py Remove Python 2 compat (via six) from unit tests 1 year ago
test_api.py Require `from __future__ import annotations` (#81902) 1 year ago
test_connection.py Require `from __future__ import annotations` (#81902) 1 year ago
test_distro.py Remove unused/unreachable unit test code (#82160) 1 year ago
test_text.py Remove Python 2 compat (via six) from unit tests 1 year ago