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/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
8 years ago
..
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_safe_eval.py Fix safe_eval() of set literals 9 years ago
test_templar.py Don't check for var._obj in template._clean_data (#20868) 8 years ago
test_template_utilities.py PEP 8 indent cleanup. (#20800) 8 years ago
test_vars.py Starting to add v2 tests for template 9 years ago