summaryrefslogtreecommitdiffstats
path: root/test/units/template/test_templar.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix unit and integration tests (#84554)Matt Clay4 days1-2/+2
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-091-1/+1
* test: update tests (#83686)Abhijeet Kasurde2024-08-011-19/+15
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-021-1/+1
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-3/+1
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-031-2/+0
* Remove unused and unreachable unit test code (#79854)Matt Clay2023-01-311-10/+0
* Add support for importlib.resources (#78915)Matt Martz2023-01-101-0/+2
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-231-1/+1
* Prevent losing unsafe from lookups (#77609)Martin Krizek2022-04-261-0/+25
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-231-1/+1
* Avoid deprecated TestCase functions in unit tests. (#76678)Matt Clay2022-01-071-29/+29
* Heisen jinja2_native (#75587)Martin Krizek2021-10-271-2/+1
* Do not treat AnsibleUndefined as being unsafe (#65202)Matt Martz2019-11-251-24/+7
* Fix access to exception using Python 3 scoping rules (#62268)Christian Clauss2019-09-171-2/+2
* Add back _contains_vars method as maybe_template (#58290)Matt Martz2019-06-251-0/+36
* Perf improvement for Templar.is_template (#57489)Matt Martz2019-06-061-10/+36
* Templar: encapsulate _available_variables (#55435)Martin Krizek2019-05-201-4/+10
* templar: ensure that exceptions are handled, fix 'AttributeError' (#48792)Pilou2018-11-291-0/+5
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-131-2/+2
* remove unused templar._clean_data() (#42739)James Cassell2018-09-111-59/+0
* Remove bare_deprecated functionality (#44517)Matt Martz2018-08-231-5/+4
* Fix invalid string escape sequences.Matt Clay2017-11-211-1/+1
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-301-17/+17
* Fix circular import with unsafe_proxy, template, and varsToshio Kuratomi2017-04-291-2/+1
* keep unsafe .. unsafe (#23742)Brian Coca2017-04-211-15/+4
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* Don't check for var._obj in template._clean_data (#20868)Adrian Likins2017-02-081-15/+364
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-1/+1
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-281-1/+1
* Merge branch 'threaded_receiver' into develJames Cammarata2016-09-201-1/+1
|\
| * Revert "Move queuing tasks to a background thread"James Cammarata2016-09-161-1/+1
* | Do not use bare vars in integration tests. (#17599)Matt Clay2016-09-151-1/+0
|/
* Move queuing tasks to a background threadJames Cammarata2016-08-311-1/+1
* Cleaning up FIXMEsJames Cammarata2015-10-221-2/+0
* corrected all missing paths changesBrian Coca2015-09-151-1/+1
* Do not escape backslashes when processing a template file.Toshio Kuratomi2015-09-041-7/+21
* Fix templar unittests for change in preserve_trailing_newline parameter's def...Toshio Kuratomi2015-09-021-1/+2
* fixed typoBrian Coca2015-08-161-1/+1
* fixed test to match new exception class usedBrian Coca2015-08-161-4/+2
* updated fail_on_undefined test to new function signaturesBrian Coca2015-06-111-4/+6
* Cleaning up template test syntax a bitJames Cammarata2015-05-171-1/+12
* More template unit tests for v2James Cammarata2015-05-171-2/+18
* Starting to add v2 tests for templateJames Cammarata2015-05-161-0/+74