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
Jordan Borean 22568305d6
Add ignore invalid options override for mod wrapper (#81899)
Adds an option that can have an action plugin tell the module to ignore
options that do not fit its arg spec. This is to enable support for core
running modules that exist outside of the collection that may not be new
enough to support some of the options supplied to it.
2 years ago
..
__init__.py AnsibleModules.log() fix for python3 10 years ago
test__log_invocation.py Require `from __future__ import annotations` (#81902) 2 years ago
test__symbolic_mode_to_octal.py Require `from __future__ import annotations` (#81902) 2 years ago
test_argument_spec.py Add ignore invalid options override for mod wrapper (#81899) 2 years ago
test_atomic_move.py Require `from __future__ import annotations` (#81902) 2 years ago
test_command_nonexisting.py Require `from __future__ import annotations` (#81902) 2 years ago
test_deprecate_warn.py Require `from __future__ import annotations` (#81902) 2 years ago
test_dict_converters.py Require `from __future__ import annotations` (#81902) 2 years ago
test_exit_json.py Unit test cleanup (#81958) 2 years ago
test_filesystem.py Require `from __future__ import annotations` (#81902) 2 years ago
test_get_available_hash_algorithms.py Unit test cleanup (#81958) 2 years ago
test_get_file_attributes.py Require `from __future__ import annotations` (#81902) 2 years ago
test_get_module_path.py Require `from __future__ import annotations` (#81902) 2 years ago
test_heuristic_log_sanitize.py Require `from __future__ import annotations` (#81902) 2 years ago
test_imports.py Unit test cleanup (#81958) 2 years ago
test_log.py Require `from __future__ import annotations` (#81902) 2 years ago
test_no_log.py Require `from __future__ import annotations` (#81902) 2 years ago
test_platform_distribution.py Require `from __future__ import annotations` (#81902) 2 years ago
test_run_command.py Remove Python `< 3.5` `selectors` fallbacks (#81872) 2 years ago
test_safe_eval.py Require `from __future__ import annotations` (#81902) 2 years ago
test_sanitize_keys.py Require `from __future__ import annotations` (#81902) 2 years ago
test_selinux.py Require `from __future__ import annotations` (#81902) 2 years ago
test_set_cwd.py Require `from __future__ import annotations` (#81902) 2 years ago
test_set_mode_if_different.py Require `from __future__ import annotations` (#81902) 2 years ago
test_tmpdir.py Require `from __future__ import annotations` (#81902) 2 years ago