summaryrefslogtreecommitdiffstats
path: root/test/units/template (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-271-1/+1
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-022-2/+2
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-054-12/+4
* 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
* Simplify AnsibleJ2Vars by using ChainMap for vars (#78713)Martin Krizek2022-12-091-15/+8
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-232-2/+2
* Prevent losing unsafe from lookups (#77609)Martin Krizek2022-04-261-0/+25
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-232-2/+2
* Avoid deprecated TestCase functions in unit tests. (#76678)Matt Clay2022-01-071-29/+29
* Heisen jinja2_native (#75587)Martin Krizek2021-10-273-76/+7
* Require Jinja2 3.0.0 (#75881)Martin Krizek2021-10-201-45/+5
* Fix when evaluation on Native Jinja and Python 3.10 (#75202)Martin Krizek2021-07-301-7/+28
* Do not treat AnsibleUndefined as being unsafe (#65202)Matt Martz2019-11-252-25/+17
* Replace TestCase.assertEquals with TestCase.assertEqual.Mads Jensen2019-11-111-9/+9
* Remove empty overridden unittest.setUp and unittest.tearDown methods.Mads Jensen2019-11-052-15/+0
* Fix access to exception using Python 3 scoping rules (#62268)Christian Clauss2019-09-171-2/+2
* unit tests: remove unused imports (#60462)Andrey Klychkov2019-08-131-1/+0
* Unit tests: remove unused imports (#59812)Andrey Klychkov2019-08-021-1/+1
* 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
* Don't register tests as filters (#55332)Matt Martz2019-04-161-35/+0
* Native Jinja2: raise undefined error immediately (#52237)Martin Krizek2019-02-151-0/+28
* 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-134-7/+7
* remove unused templar._clean_data() (#42739)James Cassell2018-09-111-59/+0
* Remove bare_deprecated functionality (#44517)Matt Martz2018-08-231-5/+4
* Remove duplicated "instead" word (#38800)Victor Bocharsky2018-04-161-2/+2
* Don't overwrite builtin jinja2 filters with tests (#37881)Matt Martz2018-03-261-1/+6
* Deprecate tests used as filters (#32361)Matt Martz2017-11-271-0/+30
* Fix invalid string escape sequences.Matt Clay2017-11-211-1/+1
* template: fix KeyError: 'undefined variable: 0 (#27972)Zac Medico2017-08-101-0/+61
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-304-25/+27
* 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-292-40/+40
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-281-1/+1
* Add empty-init code-smell script. (#18406)Matt Clay2016-11-081-21/+0
* 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