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
Felix Fontein 8a7185c224
Argument spec alias handling: actually report deprecated aliases in suboptions, and fix warning message in suboptions when two aliases of the same option are used (#79740)
* Normalize deprecation records.

* Fix alias deprecations in suboptions.

* Report in which option an alias warning happened for suboptions.

* Add deprecation tests for suboptions.

* Also test deprecation in list of dicts.

* Adjust unit tests for toplevel alias deprecation field name change.
2 years ago
..
arg_spec Argument spec alias handling: actually report deprecated aliases in suboptions, and fix warning message in suboptions when two aliases of the same option are used (#79740) 2 years ago
parameters Use ArgumentSpecValidator in AnsibleModule (#73703) 4 years ago
process Clarify get_bin_path error message (#75544) 3 years ago
text Remove unit test pytz requirement. (#78368) 2 years ago
validation Fix duplicate unit test function names. (#77115) 3 years ago
warnings Clean up unit tests to prepare for pylint update. (#75473) 3 years ago
__init__.py Add tests for module_utils.common.collections 6 years ago
test_collections.py AnsibleVaultEncryptedUnicode should be considered a string (#71609) 4 years ago
test_dict_transformations.py recursive_diff: handle error when parameters are not dict (#74801) 3 years ago
test_locale.py Prefer unittest.mock over mock. (#77886) 2 years ago
test_network.py [module_utils] make to_bits actually return (#74409) 3 years ago
test_sys_info.py Prefer unittest.mock over mock. (#77886) 2 years ago
test_utils.py Cleanups to the common.sys_info API 6 years ago