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/modules
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
..
__init__.py Some algorithmic unittests for the apt and docker modules 9 years ago
conftest.py Update collections.abc imports (#79911) 2 years ago
test_apt.py Prefer unittest.mock over mock. (#77886) 2 years ago
test_apt_key.py Prefer unittest.mock over mock. (#77886) 2 years ago
test_async_wrapper.py Clean up unused imports in unit tests (#79893) 2 years ago
test_copy.py Clean up unit test boilerplate. 4 years ago
test_hostname.py Clean up unused imports in unit tests (#79893) 2 years ago
test_iptables.py Prefer unittest.mock over mock. (#77886) 2 years ago
test_known_hosts.py sanity: remove ansible-bad-function (#70431) 4 years ago
test_pip.py pip - Use pip from the current Python interpreter. (#75634) 3 years ago
test_service.py get_distribution - Return distribution for all platforms (#71641) 3 years ago
test_service_facts.py Prefer unittest.mock over mock. (#77886) 2 years ago
test_systemd.py Clean up unit test boilerplate. 4 years ago
test_unarchive.py unarchive: fix io_buffer_size option, remove ignore.txt entry (#77271) 3 years ago
test_yum.py yum: fix parsing of check-update with subsequent empty lines (#75452) 3 years ago
utils.py Prefer unittest.mock over mock. (#77886) 2 years ago