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/common
Sam Doran 43a44e6f35
Move utility functions out of basic.py (#51715)
Move the following methods to lib/anisble/module_utils/common/validation.py:

- _count_terms()
- _check_mutually_exclusive()
- _check_required_one_of()
- _check_required_together()
- _check_required_by()
- _check_required_arguments()
- _check_required_if
- fail_on_missing_params() --> create check_missing_parameters()
6 years ago
..
parameters Move _handle_no_log_values() out of basic.py (#48628) 6 years ago
validation Move utility functions out of basic.py (#51715) 6 years ago
__init__.py Add tests for module_utils.common.collections 6 years ago
collections.py Add a CLIArgs Singleton class that will hold the parse cli arguments 6 years ago
test_dict_transformations.py Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
test_network.py Move network utils that are used by AWS modules (#45579) 6 years ago
test_sys_info.py Use distro.id() instead of distro.name() (#52199) 6 years ago
test_utils.py Cleanups to the common.sys_info API 6 years ago