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
Kate Case bf1ef5a1f3
Replace get_persistent_connection_options in task_executor with get_options (#74446)
Replace get_persistent_connection_options with get_options
Remove special case for network sub_plugin in _set_plugin_options
Try to avoid mock connection pretending to be persistent
Rename variables->options to reflect what they actually are
Gather options for ssh_type_conn on network_cli
Drop reliance on sub_plugin["type"]
2 years ago
..
_vendor
ansible_test
cli Fix wording for :ref|term: substitution (#78216) 2 years ago
compat Remove unit test Python 2.6 compat. (#78369) 2 years ago
config
errors Clean up unit tests. (#78498) 2 years ago
executor Replace get_persistent_connection_options in task_executor with get_options (#74446) 2 years ago
galaxy Fix listing collections that are missing the metadata required by build (#76596) 2 years ago
inventory
inventory_test_data/group_vars
mock
module_utils Correctly get the filename from a url in fetch_file. Fixes #29680 (#78383) 2 years ago
modules Prefer unittest.mock over mock. (#77886) 2 years ago
parsing Remove unit test pytz requirement. (#78368) 2 years ago
playbook Use classproperty to access field attributes of a class (#78180) 2 years ago
plugins Move handler processing into new PlayIterator state (#77955) 2 years ago
regex
template
utils Preflight utf8 encodings check (#78175) 2 years ago
vars
__init__.py
requirements.txt Update unit test controller requirements. (#78376) 2 years ago
test_constants.py
test_context.py
test_no_tty.py