ansible/test/units/template
Brian Coca 4594bee65a keep unsafe .. unsafe (#23742)
* keep unsafe .. unsafe

fixes #23734, which was broken in previous fix that allowed non string types to be templated
use new 'is_template' function vs bastardizing others
refactored clean_data to allow for arbitrary data structures to clean
fixed/removed some tests

* deal with complex data for is_template

* typos
2017-04-21 16:07:38 -04: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 keep unsafe .. unsafe (#23742) 2017-04-21 16:07:38 -04:00
test_template_utilities.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
test_vars.py