Commit Graph

35 Commits (7c61ce153ffcbb75ededa9ece4ea86ae1c19fbc2)

Author SHA1 Message Date
Matt Clay 3033fd96b0
Move unit test compat code out of `lib/ansible/`. (#46996)
8 years ago
James Cassell 211aeebd0d remove unused templar._clean_data() (#42739)
8 years ago
Matt Martz 88509e75ad
Remove bare_deprecated functionality (#44517)
8 years ago
Victor Bocharsky a30befa609 Remove duplicated "instead" word (#38800)
8 years ago
Matt Martz 1f824bd620 Don't overwrite builtin jinja2 filters with tests (#37881)
8 years ago
Matt Martz 4fe08441be Deprecate tests used as filters (#32361)
9 years ago
Matt Clay e45c763b64 Fix invalid string escape sequences.
9 years ago
Zac Medico 501fc7a248 template: fix KeyError: 'undefined variable: 0 (#27972)
9 years ago
Dag Wieers 4efec414e7 test/: PEP8 compliancy (#24803)
9 years ago
Toshio Kuratomi 1c05ed7951 Fix circular import with unsafe_proxy, template, and vars
9 years ago
Brian Coca 4594bee65a keep unsafe .. unsafe (#23742)
9 years ago
Toshio Kuratomi 2fff690caa Update module_utils.six to latest (#22855)
9 years ago
Adrian Likins df3e4cd7f4 Don't check for var._obj in template._clean_data (#20868)
10 years ago
Matt Clay 10d9318de7 PEP 8 indent cleanup. (#20800)
10 years ago
Matt Clay 95789f3949 PEP 8 whitespace cleanup. (#20783)
10 years ago
Matt Clay 8c270ac75f Add empty-init code-smell script. (#18406)
10 years ago
James Cammarata 1b54d3b6dc Merge branch 'threaded_receiver' into devel
10 years ago
James Cammarata dfb1c0647e Revert "Move queuing tasks to a background thread"
10 years ago
Matt Clay 16baef1f72 Do not use bare vars in integration tests. (#17599)
10 years ago
James Cammarata b71957d6e6 Move queuing tasks to a background thread
10 years ago
James Cammarata 86de1429e5 Cleaning up FIXMEs
11 years ago
Brian Coca b6d6c2e4db corrected all missing paths changes
11 years ago
Marius Gedminas f91b28ef23 Fix safe_eval() of set literals
11 years ago
Toshio Kuratomi e218bf8da9 Do not escape backslashes when processing a template file.
11 years ago
Toshio Kuratomi 1b64702b9a Fix templar unittests for change in preserve_trailing_newline parameter's default value
11 years ago
James Cammarata 45aac6a739 Adding unit tests for safe_eval
11 years ago
Toshio Kuratomi 9ecfc30f9a * Mark all strings as unicode -- shouldn't matter for this dataset but
11 years ago
Toshio Kuratomi 417bf1c805 Unittest the _count_trailing_newlines function
11 years ago
Toshio Kuratomi 7f5080f64a Fix backslash escaping inside of jinja2 expressions
11 years ago
Brian Coca 43bf9c86d8 fixed typo
11 years ago
Brian Coca d38bb4152d fixed test to match new exception class used
11 years ago
Brian Coca e9cf67004b updated fail_on_undefined test to new function signatures
11 years ago
James Cammarata 398b1d3e60 Cleaning up template test syntax a bit
11 years ago
James Cammarata 9aa8676bdd More template unit tests for v2
11 years ago
James Cammarata 23cd3294d0 Starting to add v2 tests for template
11 years ago