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 522bdb8358
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) (#79770)
* 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.

(cherry picked from commit 8a7185c224)
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) (#79770) 2 years ago
parameters
process
text Remove unit test pytz requirement. (#78368) 2 years ago
validation
warnings
__init__.py
test_collections.py
test_dict_transformations.py
test_locale.py Prefer unittest.mock over mock. (#77886) 3 years ago
test_network.py
test_sys_info.py Prefer unittest.mock over mock. (#77886) 3 years ago
test_utils.py