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/parsing
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
5 years ago
..
fixtures
utils
vault Update units to pass on macOS (#60435) 5 years ago
yaml
__init__.py
test_ajson.py
test_dataloader.py
test_metadata.py
test_mod_args.py various mod_args fixes (#60290) 5 years ago
test_splitter.py
test_unquote.py