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
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
1 year ago
..
_vendor Require `from __future__ import annotations` (#81902) 2 years ago
ansible_test Remove unused validate-modules unit test code 2 years ago
cli Update triple single quotes to triple double quotes (#84099) 1 year ago
config Fix condition for unquoting configuration strings from ini files (#82388) 2 years ago
errors Update triple single quotes to triple double quotes (#84099) 1 year ago
executor Update triple single quotes to triple double quotes (#84099) 1 year ago
galaxy Update triple single quotes to triple double quotes (#84099) 1 year ago
inventory Update triple single quotes to triple double quotes (#84099) 1 year ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Update triple single quotes to triple double quotes (#84099) 1 year ago
module_utils Update triple single quotes to triple double quotes (#84099) 1 year ago
modules Cover unit tests with mypy (#84084) 1 year ago
parsing Update triple single quotes to triple double quotes (#84099) 1 year ago
playbook delay keyword changed from int to float (#83901) 1 year ago
plugins Update triple single quotes to triple double quotes (#84099) 1 year ago
regex Remove Python 2.x compat from unit tests (#82109) 2 years ago
template Update triple single quotes to triple double quotes (#84099) 1 year ago
utils Update triple single quotes to triple double quotes (#84099) 1 year ago
vars Update triple single quotes to triple double quotes (#84099) 1 year ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
requirements.txt Remove Python 3.10 support for the controller (#83221) 2 years ago
test_context.py Require `from __future__ import annotations` (#81902) 2 years ago
test_no_tty.py Require `from __future__ import annotations` (#81902) 2 years ago