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/executor/module_common
Sam Doran 3461c682c3
Add mechanism for storing warnings and deprecations outside of AnsibleModule (#58993)
* Move warn() and deprecate() methods out of basic.py
* Use _global_warnings and _global_deprications and create accessor functions
    - This lays the foundation for future functions being moved outside of AnsibleModule
       that need an interface to warnings and deprecations without modifying them.
* Add unit tests for new warn and deprecate functions
4 years ago
..
test_modify_module.py Python interpreter discovery (#50163) 5 years ago
test_module_common.py Support relative imports in AnsiballZ. (#61196) 5 years ago
test_recursive_finder.py Add mechanism for storing warnings and deprecations outside of AnsibleModule (#58993) 4 years ago