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
Adrian Likins e166946a0a Fix redundant yaml error blurbs on ModArgs parse errors (#36923)
* Fix redundant yaml error blurbs on ModArgs parse errors

Some of the AnsibleParserErrors from parsing.mod_args
are created with the obj=some_yaml_ds options but
some are not.

If they were, we don't want to add another yaml_ds to
it, because that will result in double yaml error blurbs.
And since we dont need to add info, we can just re raise it.

But if there is no ._obj, add it here so we get the extra
detail in the error message (see issue #14790) and raise
a new AnsibleParserError instance.

Fixes #36848

* cleanup existing test_tasks pep8/sanity issues
7 years ago
..
cli Add APB role_type to ansible-galaxy init (#36789) 7 years ago
config
contrib
errors
executor Start of tests for modify_module, specifically to ensure proper shebang replacement on old style modules (#36602) 7 years ago
inventory_test_data/group_vars
mock Porting tests to pytest (#33387) 7 years ago
module_utils
modules Update Cisco NSO module required versions. (#36736) 7 years ago
parsing Remove deprecated code (#34828) 7 years ago
playbook Fix redundant yaml error blurbs on ModArgs parse errors (#36923) 7 years ago
plugins Close & remove paramiko connection where appropriate (#37528) 7 years ago
template
utils
vars
__init__.py
ansible.cfg
conftest.py
test_constants.py