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 a862ff2d43
Deprecation revisited (#69926)
* Allow to specify collection_name separately for deprecation.

* Use new functionality in Ansible.

* Use new functionality in tests.

* Update tagging/untagging functions.

* Update pylint deprecated sanity test.

* Update validate-modules. Missing are basic checks for version_added (validate semantic version format for collections).

* Improve version validation. Re-add version_added validation.

* Make sure collection names are added to return docs before schema validation.

* Extra checks to avoid crashes on bad data.

* Make C# module utils code work, and update/extend tests.

* Add changelog fragment.

* Stop extracting collection name from potentially tagged versions/dates.

* Simplify C# code.

* Update Windows modules docs.

* Forgot semicolons.
4 years ago
..
parameters Fix removed_in_version to support honor suboptions (#66918) 5 years ago
process "Fix" test_get_bin_path by changing mock order (#67730) 5 years ago
text Expose to_<str> as a public function (#68965) 5 years ago
validation Fix and add tests for some module_utils.common.validation (#67771) 5 years ago
warnings Deprecation revisited (#69926) 4 years ago
__init__.py Add tests for module_utils.common.collections 6 years ago
test_collections.py Fix module_utils.common.test_collections testsuite 5 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_removed.py unittests for module_utils.common.removed.removed_module function (#57214) 5 years ago
test_sys_info.py Discover Flatcar Linux properly for hostname (#69627) 4 years ago
test_utils.py Cleanups to the common.sys_info API 6 years ago