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 lib/ansible/parsing/ajson.py: added UNIT-tests (#56398) 5 years ago
utils Update bare exceptions to specify Exception. 6 years ago
vault Update units to pass on macOS (#60435) 5 years ago
yaml Handle vaulted non-ascii characters for Python2 (#58503) 5 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_ajson.py lib/ansible/parsing/ajson.py: added UNIT-tests (#56398) 5 years ago
test_dataloader.py dataloader: unit tests (#50942) 6 years ago
test_metadata.py Correct places where match was intended 5 years ago
test_mod_args.py various mod_args fixes (#60290) 5 years ago
test_splitter.py Add unit tests 6 years ago
test_unquote.py Switch tests to pytest and ansible-test. 8 years ago