ansible/test
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
2020-01-28 12:12:14 -05:00
..
ansible_test
integration include_vars - fix stack trace when run ad-hoc with dirs parameter (#66581) 2020-01-28 11:50:34 -05:00
legacy
lib/ansible_test Add sanity test to require elements entry when argument type=list (#66386) 2020-01-28 10:23:22 -05:00
sanity Add sanity test to require elements entry when argument type=list (#66386) 2020-01-28 10:23:22 -05:00
units Add mechanism for storing warnings and deprecations outside of AnsibleModule (#58993) 2020-01-28 12:12:14 -05:00
utils Move CI coverage stub to sanity/5. (#66827) 2020-01-27 16:19:49 -08:00