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/module_utils
Toshio Kuratomi 5844c8c7f0 Cleanups to the common.sys_info API
* Move get_all_subclasses out of sys_info as it is unrelated to system
  information.
* get_all_subclasses now returns a set() instead of a list.
* Don't port get_platform to sys_info as it is deprecated.  Code using
  the common API should just use platform.system() directly.
* Rename load_platform_subclass() to get_platform_subclass and do not
  instantiate the rturned class.
* Test the compat shims in module_utils/basic.py separately from the new
  API in module_utils/common/sys_info.py and module_utils/common/_utils.py
6 years ago
..
aws Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
basic Cleanups to the common.sys_info API 6 years ago
cloud Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
common Cleanups to the common.sys_info API 6 years ago
ec2 Update bare exceptions to specify Exception. 6 years ago
facts Make the timeout decorator raise an exception out of the function's scope (#49921) 6 years ago
gcp Enable additional pylint rules and resolve issues found. (#47221) 6 years ago
json_utils Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
net_tools Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
network Replace nose with pytest 6 years ago
parsing Consolidate boolean/mk_boolean conversion functions into a single location 7 years ago
urls Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628) 6 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
conftest.py Python 3.8 collections compatibility fixes. 6 years ago
test_acme.py Code style adjustment. (#49329) 6 years ago
test_database.py Fix unit test parametrize order on Python 3.5. 6 years ago
test_distribution_version.py Add support for Kali Linux detection. (#50331) 6 years ago
test_distro.py Port from plaform.dist to ansible.module_utils.distro.linux_distribution 6 years ago
test_docker_common.py docker_* modules: simplify idempotency comparisons (#47709) 6 years ago
test_known_hosts.py Fix unit test parametrize order on Python 3.5. 6 years ago
test_postgresql.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_text.py Porting tests to pytest (#33387) 7 years ago
test_vmware.py VMware: Fix module usages in module_utils (#49421) 6 years ago