index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
template
/
test_templar.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix unit and integration tests (#84554)
Matt Clay
4 days
1
-2
/
+2
*
Update triple single quotes to triple double quotes (#84099)
Matt Clay
2024-10-09
1
-1
/
+1
*
test: update tests (#83686)
Abhijeet Kasurde
2024-08-01
1
-19
/
+15
*
Remove Python 2.x compat from unit tests (#82109)
Matt Clay
2023-11-02
1
-1
/
+1
*
Require `from __future__ import annotations` (#81902)
Matt Clay
2023-10-05
1
-3
/
+1
*
Clean up unused imports in unit tests (#79893)
Matt Clay
2023-02-03
1
-2
/
+0
*
Remove unused and unreachable unit test code (#79854)
Matt Clay
2023-01-31
1
-10
/
+0
*
Add support for importlib.resources (#78915)
Matt Martz
2023-01-10
1
-0
/
+2
*
Use unittest.mock instead of mock. (#77883)
Matt Clay
2022-05-23
1
-1
/
+1
*
Prevent losing unsafe from lookups (#77609)
Martin Krizek
2022-04-26
1
-0
/
+25
*
Remove obsolete units.compat.mock compat layer. (#77118)
Matt Clay
2022-02-23
1
-1
/
+1
*
Avoid deprecated TestCase functions in unit tests. (#76678)
Matt Clay
2022-01-07
1
-29
/
+29
*
Heisen jinja2_native (#75587)
Martin Krizek
2021-10-27
1
-2
/
+1
*
Do not treat AnsibleUndefined as being unsafe (#65202)
Matt Martz
2019-11-25
1
-24
/
+7
*
Fix access to exception using Python 3 scoping rules (#62268)
Christian Clauss
2019-09-17
1
-2
/
+2
*
Add back _contains_vars method as maybe_template (#58290)
Matt Martz
2019-06-25
1
-0
/
+36
*
Perf improvement for Templar.is_template (#57489)
Matt Martz
2019-06-06
1
-10
/
+36
*
Templar: encapsulate _available_variables (#55435)
Martin Krizek
2019-05-20
1
-4
/
+10
*
templar: ensure that exceptions are handled, fix 'AttributeError' (#48792)
Pilou
2018-11-29
1
-0
/
+5
*
Move unit test compat code out of `lib/ansible/`. (#46996)
Matt Clay
2018-10-13
1
-2
/
+2
*
remove unused templar._clean_data() (#42739)
James Cassell
2018-09-11
1
-59
/
+0
*
Remove bare_deprecated functionality (#44517)
Matt Martz
2018-08-23
1
-5
/
+4
*
Fix invalid string escape sequences.
Matt Clay
2017-11-21
1
-1
/
+1
*
test/: PEP8 compliancy (#24803)
Dag Wieers
2017-05-30
1
-17
/
+17
*
Fix circular import with unsafe_proxy, template, and vars
Toshio Kuratomi
2017-04-29
1
-2
/
+1
*
keep unsafe .. unsafe (#23742)
Brian Coca
2017-04-21
1
-15
/
+4
*
Update module_utils.six to latest (#22855)
Toshio Kuratomi
2017-03-23
1
-1
/
+1
*
Don't check for var._obj in template._clean_data (#20868)
Adrian Likins
2017-02-08
1
-15
/
+364
*
PEP 8 indent cleanup. (#20800)
Matt Clay
2017-01-29
1
-1
/
+1
*
PEP 8 whitespace cleanup. (#20783)
Matt Clay
2017-01-28
1
-1
/
+1
*
Merge branch 'threaded_receiver' into devel
James Cammarata
2016-09-20
1
-1
/
+1
|
\
|
*
Revert "Move queuing tasks to a background thread"
James Cammarata
2016-09-16
1
-1
/
+1
*
|
Do not use bare vars in integration tests. (#17599)
Matt Clay
2016-09-15
1
-1
/
+0
|
/
*
Move queuing tasks to a background thread
James Cammarata
2016-08-31
1
-1
/
+1
*
Cleaning up FIXMEs
James Cammarata
2015-10-22
1
-2
/
+0
*
corrected all missing paths changes
Brian Coca
2015-09-15
1
-1
/
+1
*
Do not escape backslashes when processing a template file.
Toshio Kuratomi
2015-09-04
1
-7
/
+21
*
Fix templar unittests for change in preserve_trailing_newline parameter's def...
Toshio Kuratomi
2015-09-02
1
-1
/
+2
*
fixed typo
Brian Coca
2015-08-16
1
-1
/
+1
*
fixed test to match new exception class used
Brian Coca
2015-08-16
1
-4
/
+2
*
updated fail_on_undefined test to new function signatures
Brian Coca
2015-06-11
1
-4
/
+6
*
Cleaning up template test syntax a bit
James Cammarata
2015-05-17
1
-1
/
+12
*
More template unit tests for v2
James Cammarata
2015-05-17
1
-2
/
+18
*
Starting to add v2 tests for template
James Cammarata
2015-05-16
1
-0
/
+74