ansible/test/units/template
Adrian Likins df3e4cd7f4 Don't check for var._obj in template._clean_data (#20868)
* Don't check for var._obj in template._clean_data

AnsibleUnsafe or other unsafe vars used to have a
'_obj' slot but no longer do. This was causing attribute
errors if a object was 'unsafe' but not a string.

Add tests for AnsibleUnsafe, lookups, and AnsibleContext
2017-02-08 16:09:34 -05:00
..
__init__.py Add empty-init code-smell script. (#18406) 2016-11-07 15:02:13 -08:00
test_safe_eval.py Fix safe_eval() of set literals 2015-09-11 09:41:05 +03:00
test_templar.py Don't check for var._obj in template._clean_data (#20868) 2017-02-08 16:09:34 -05:00
test_template_utilities.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
test_vars.py