summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* apply pyupgrade and f-stringsDavid Lord2020-01-2818-260/+228
* remove more compat codeDavid Lord2020-01-283-36/+24
* remove _compat moduleDavid Lord2020-01-289-162/+40
* remove deprecated codeDavid Lord2020-01-282-11/+2
* isolate bytecode cache testsDavid Lord2020-01-261-3/+3
* Revert "rename imports to jinja"David Lord2020-01-2621-166/+168
* Revert "add warning and alias for jinja2"David Lord2020-01-261-3/+3
* add warning and alias for jinja2David Lord2020-01-101-3/+3
* rename imports to jinjaDavid Lord2020-01-1021-168/+166
* simplify module docstringsstyleDavid Lord2020-01-1015-135/+0
* ensure deprecation warnings mention versionDavid Lord2020-01-101-4/+0
* apply flake8David Lord2020-01-1017-220/+143
* apply blackDavid Lord2020-01-1023-2542/+3178
* apply reorder-python-importsDavid Lord2020-01-1018-53/+113
* TemplateSyntaxError can be pickledAndrew Rabert2020-01-081-0/+7
* handle Undefined in get/select_templateDavid Lord2019-12-051-0/+25
* TemplateSyntaxError from included template has sourceDavid Lord2019-12-031-4/+19
* add a node for derived context referencesDaniel Watkins2019-12-021-4/+21
* rewrite traceback rewriting supportDavid Lord2019-12-021-2/+2
* refactor visit_OutputDavid Lord2019-11-202-22/+21
* add test and changelog for constant comparison foldingDavid Lord2019-11-201-8/+31
* async templates await attribute accessrefactor-loop-contextDavid Lord2019-11-072-20/+24
* clarify quoting behavior of urlencode filterDavid Lord2019-11-041-12/+17
* reformat, doc, and test for wordwrapDavid Lord2019-11-011-0/+6
* Merge pull request #673 from MrSenko/get_corresponding_lineno_tracebackDavid Lord2019-11-011-0/+4
|\
| * Add test for Template.get_corresponding_lineno()Mr. Senko2017-01-291-0/+4
* | creating a NativeTemplate creates a NativeEnvironmentnative-template-envDavid Lord2019-10-281-119/+123
* | don't create a third queueDavid Lord2019-10-241-1/+2
* | LRUCache.copy initializes queue methodsRyan Siemens2019-10-241-1/+12
* | preserve quotes between nodes in native envDavid Lord2019-10-221-1/+17
* | support pathlib in FileSystemLoader and ModuleLoaderAlex Chan2019-10-213-8/+95
* | PackageLoader doesn't depend on setuptoolsDavid Lord2019-10-172-7/+58
* | fixing LoopContext, loops indexing and iterator length propertyaayushuppal2019-10-141-0/+48
* | Don't make cond_expr_undefined configurableAdrian Moennich2019-10-131-9/+1
* | Use separate undefined object for CondExprAdrian Moennich2019-10-131-0/+9
* | skip template with same name as directoryDavid Lord2019-10-132-0/+13
* | don't finalize TemplateData nodesno-finalize-template-dataDavid Lord2019-10-121-10/+47
* | fix invalid double extends testDavid Lord2019-10-101-3/+3
* | Replaced try...catch within tests with pytest.raisespytest-cleanupKevin Brown2019-10-106-35/+15
* | Add more strict type testsDag Wieers2019-10-091-39/+97
* | changed test_join functions to unique namesBrandon Tomás2019-10-091-2/+2
* | Merge pull request #938 from stevenorum/masterDavid Lord2019-10-071-0/+6
|\ \
| * | Fixing compiler handling of parens around boolean comparisons.Steve Norum2019-01-121-0/+6
* | | Eliminate dead code by using pytests.raises instead of try/except/elsebtharper2019-10-062-15/+3
* | | don't bypass autoescapeDavid Lord2019-10-041-13/+5
* | | Add support for a {% debug %} extension tag.Shaheed Haque2019-10-041-0/+16
* | | Fix bug with when using Markup on ChainableUndefinedLaurence de Bruxelles2019-10-041-0/+5
* | | add chars option to trimMatteo Ferrando2019-10-041-0/+8
* | | Add tests for Undefined classesEtiennePelletier2019-10-041-0/+15
* | | Add tests for utils.py - LRUCache, Lorem Ipsum & +EtiennePelletier2019-10-042-4/+96