ansible/test/integration/targets/module_utils/library
Matt Davis 3e1f6484d7
add optional module_utils import support (#73832)
* add optional module_utils import support

Treat core and collections module_utils imports nested within any Python block statement (eg, `try`, `if`) as optional. This allows Ansible modules to implement runtime fallback behavior for missing module_utils (eg from a newer version of ansible-core), where previously, the module payload builder would always fail when unable to locate a module_util (regardless of any runtime behavior the module may implement).

* sanity test fixes

ci_complete
2021-03-10 11:08:13 -08:00
..
test.py
test_alias_deprecation.py
test_cwd_missing.py
test_cwd_unreadable.py
test_datetime.py Support datetime.date object in module result (#70595) 2020-07-14 11:42:40 -04:00
test_env_override.py
test_failure.py add optional module_utils import support (#73832) 2021-03-10 11:08:13 -08:00
test_no_log.py no_log mask suboption fallback values and defaults CVE-2021-20228 (#73487) 2021-02-05 09:11:55 +10:00
test_optional.py add optional module_utils import support (#73832) 2021-03-10 11:08:13 -08:00
test_override.py
test_recursive_diff.py Various intentional tests (#72485) 2020-11-06 08:41:41 -06:00