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
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
..
_vendor Require `from __future__ import annotations` (#81902) 1 year ago
ansible_test Require `from __future__ import annotations` (#81902) 1 year ago
cli ansible-galaxy - fix traceback error for invalid req file (#81917) 1 year ago
compat Require `from __future__ import annotations` (#81902) 1 year ago
config Require `from __future__ import annotations` (#81902) 1 year ago
errors Require `from __future__ import annotations` (#81902) 1 year ago
executor Remove Python `< 3.5` `selectors` fallbacks (#81872) 12 months ago
galaxy Require `from __future__ import annotations` (#81902) 1 year ago
inventory Require `from __future__ import annotations` (#81902) 1 year ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 9 years ago
mock Require `from __future__ import annotations` (#81902) 1 year ago
module_utils Add ignore invalid options override for mod wrapper (#81899) 12 months ago
modules Require `from __future__ import annotations` (#81902) 1 year ago
parsing Require `from __future__ import annotations` (#81902) 1 year ago
playbook Require `from __future__ import annotations` (#81902) 1 year ago
plugins Remove Python `< 3.5` `selectors` fallbacks (#81872) 12 months ago
regex Require `from __future__ import annotations` (#81902) 1 year ago
template Require `from __future__ import annotations` (#81902) 1 year ago
utils Unit test cleanup (#81958) 12 months ago
vars Require `from __future__ import annotations` (#81902) 1 year ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
requirements.txt Remove Python 3.9 support for the controller (#80973) 1 year ago
test_context.py Require `from __future__ import annotations` (#81902) 1 year ago
test_no_tty.py Require `from __future__ import annotations` (#81902) 1 year ago