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
Matt Davis a40baf22fa
various mod_args fixes (#60290)
* various mod_args fixes

* filter task keywords when parsing actions from task_ds- prevents repeatedly banging on the pluginloader for things we know aren't modules/actions
* clean up module/action error messaging. Death to `no action in task!`- actually list the candidate modules/actions from the task if present.

* remove shadowed_module test

* previous discussion was that this behavior isn't worth the complexity or performance costs in mod_args

* fix/add test, remove module shadow logic

* address review feedback
6 years ago
..
cli Unit test cleanup. (#60315) 6 years ago
compat Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
config fixes to config manager (#58530) 7 years ago
contrib Fix vmware_inventory unit tests so they run. 7 years ago
errors Add better error when k=v syntax is used with YAML in tasks (#41754) 7 years ago
executor Fix unit tests to work with pytest >= 5.0 (#60246) 6 years ago
galaxy Collection test (#59488) 7 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 11 years ago
mock Move unit test compat code out of `lib/ansible/`. (#46996) 7 years ago
module_utils Update units to pass on macOS (#60435) 6 years ago
modules update to command (#60141) 6 years ago
parsing various mod_args fixes (#60290) 6 years ago
playbook various mod_args fixes (#60290) 6 years ago
plugins Fix unit tests to work with pytest >= 5.0 (#60246) 6 years ago
regex Add toggle to control invalid character substitution in group names (#52748) 7 years ago
template Unit tests: remove unused imports (#59812) 7 years ago
utils Update units to pass on macOS (#60435) 6 years ago
vars Fix inventory cache interface (#50446) 7 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_constants.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 9 years ago
test_context.py Unit tests: remove unused imports (#59740) 7 years ago