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
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.
12 months ago
..
basic Add ignore invalid options override for mod wrapper (#81899) 12 months ago
common Require `from __future__ import annotations` (#81902) 1 year ago
compat Require `from __future__ import annotations` (#81902) 1 year ago
facts Require `from __future__ import annotations` (#81902) 1 year ago
json_utils Require `from __future__ import annotations` (#81902) 1 year ago
parsing Require `from __future__ import annotations` (#81902) 1 year ago
urls Remove py2 support from urls.py (#81880) 1 year ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
conftest.py Require `from __future__ import annotations` (#81902) 1 year ago
test_api.py Require `from __future__ import annotations` (#81902) 1 year ago
test_connection.py Require `from __future__ import annotations` (#81902) 1 year ago
test_distro.py Require `from __future__ import annotations` (#81902) 1 year ago
test_text.py Require `from __future__ import annotations` (#81902) 1 year ago