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
Brian Coca 84e473a26e
All lookups ported to config system (#74108)
* all lookups to support config system

 - added get_options to get full dict with all opts
 - fixed tests to match new error messages
 - kept inline string k=v parsing methods for backwards compat
 - placeholder depredation for inline string k=v parsing
 - updated tests and examples to also show new way
 - refactored and added comments to most custom k=v parsing
 - added missing docs for template_vars to template
 - normalized error messages and exception types
 - fixed constants default
 - better details value errors

Co-authored-by: Felix Fontein <felix@fontein.de>
5 years ago
..
_vendor
ansible_test
cli Clarify CLI version number as core version (#72287) 5 years ago
compat
config
errors Fix YAML error message when error is at the end of the file (#73241) 5 years ago
executor Use ArgumentSpecValidator in AnsibleModule (#73703) 5 years ago
galaxy
inventory
inventory_test_data/group_vars
mock
module_utils Use ArgumentSpecValidator in AnsibleModule (#73703) 5 years ago
modules async_wrapper more info on end (#74199) 5 years ago
parsing
playbook
plugins All lookups ported to config system (#74108) 5 years ago
regex
template
utils Fixed/improved regular expresssion for collection names (#73577) 5 years ago
vars
__init__.py
requirements.txt
test_constants.py
test_context.py