ansible/test/units/module_utils/basic
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
..
__init__.py
test__log_invocation.py
test__symbolic_mode_to_octal.py
test_argument_spec.py Add mechanism for storing warnings and deprecations outside of AnsibleModule (#58993) 2020-01-28 12:12:14 -05:00
test_atomic_move.py Update units to pass on macOS (#60435) 2019-08-12 15:13:07 -05:00
test_deprecate_warn.py
test_dict_converters.py
test_exit_json.py
test_filesystem.py
test_get_file_attributes.py
test_get_module_path.py
test_heuristic_log_sanitize.py Replace TestCase.assertEquals with TestCase.assertEqual. 2019-11-11 10:24:21 -08:00
test_imports.py unit tests: remove unused imports (#59636) 2019-07-26 10:53:31 -04:00
test_log.py
test_no_log.py Replace TestCase.assertEquals with TestCase.assertEqual. 2019-11-11 10:24:21 -08:00
test_platform_distribution.py unit tests: remove unused imports (#59636) 2019-07-26 10:53:31 -04:00
test_run_command.py synchronize - fix password authentication (#66542) 2020-01-21 10:43:56 -05:00
test_safe_eval.py
test_selinux.py
test_set_mode_if_different.py unit tests: remove unused imports (#60462) 2019-08-13 19:21:43 +02:00
test_tmpdir.py