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/executor
Matt Clay 379058e10f
Update collections.abc imports (#79911)
* Update `collections.abc` imports

- Use `six.moves` for modules and module_utils
- Use `collections.abc` for controller code

This avoids using `ansible.module_utils.common._collections_compat`,
which was added before the vendored `six` was updated to provide these
imports.

* Update _collections_compat to use six.moves

Also update the custom pylint rule to reflect this change.
2 years ago
..
module_common Update collections.abc imports (#79911) 2 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_interpreter_discovery.py Use unittest.mock instead of mock. (#77883) 2 years ago
test_play_iterator.py Remove unused and unreachable unit test code (#79854) 2 years ago
test_playbook_executor.py Use unittest.mock instead of mock. (#77883) 2 years ago
test_task_executor.py Clean up unused imports in unit tests (#79893) 2 years ago
test_task_queue_manager_callbacks.py Use unittest.mock instead of mock. (#77883) 2 years ago
test_task_result.py Use unittest.mock instead of mock. (#77883) 2 years ago