ansible/test/units/plugins/lookup
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>
2021-04-13 15:52:42 -04:00
..
__init__.py
test_env.py Fix env lookup plugin error on utf8 values (#65541) 2019-12-25 17:24:38 +05:30
test_ini.py All lookups ported to config system (#74108) 2021-04-13 15:52:42 -04:00
test_password.py Replace TestCase.assertEquals with TestCase.assertEqual. 2019-11-11 10:24:21 -08:00
test_url.py url lookup - set default user agent (#72324) 2020-10-28 09:34:06 -04:00