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/plugins
James Cammarata d8ae4dfbf2 Adding aliases for field attributes and renaming async attribute (#33141)
* Adding aliases for field attributes and renaming async attribute

As of Python 3.7, the use of async raises an error, whereas before the use
of the reserved word was ignored. This adds an alias field for field attrs
so that both async and async_val (interally) work. This allows us to be
backwards-compatible with 3rd party plugins that may still reference Task.async,
but for the core engine to work on Py3.7+.

* Remove files fixed for 'async' usage from the python 3.7 skip list
7 years ago
..
action Adding aliases for field attributes and renaming async attribute (#33141) 7 years ago
cache Disable abstract-class-instantiated for smoketests 7 years ago
callback better cleanup on task results display (#27175) 7 years ago
connection ANSIBLE_SSH_USETTY configuration option (#33148) 7 years ago
filter Add new filter to parse xml output for network use cases (#31562) 7 years ago
inventory Config continued (#31024) 7 years ago
lookup Ansible Config part2 (#27448) 7 years ago
shell Add empty-init code-smell script. (#18406) 8 years ago
strategy test/: PEP8 compliancy (#24803) 8 years ago
vars Add empty-init code-smell script. (#18406) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py Ansible Config part2 (#27448) 7 years ago