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/basic
Brano Zarnovican 90f99f29ae unittest cover for 'run_command'
All os.*, subprocess.* is mocked to avoid side-effects.
Tests are skipped in Py3, since 'run_command' is not Py3-ready, yet.
9 years ago
..
__init__.py AnsibleModules.log() fix for python3 9 years ago
test_exit_json.py Workaround seeming bug in python-2.6's sys.exit() 9 years ago
test_heuristic_log_sanitize.py Update the use of no_log values to cover everything that heuristic_log_sanitize does. 9 years ago
test_log.py Update the use of no_log values to cover everything that heuristic_log_sanitize does. 9 years ago
test_no_log.py Update the use of no_log values to cover everything that heuristic_log_sanitize does. 9 years ago
test_run_command.py unittest cover for 'run_command' 9 years ago