summaryrefslogtreecommitdiff
path: root/src/jinja2/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* unify/rename filter and function decoratorsDavid Lord2021-04-101-3/+3
| | | | Use pass_context instead of contextfilter and contextfunction, etc.
* add type annotations to filters and testsDavid Lord2021-04-051-28/+29
|
* add 'is filter' and 'is test' testsDavid Lord2021-04-041-0/+43
| | | | | | This required allowing tests to be decorated with '@environmentfilter'. Tests are essentially the same as filters now, the node, compiler, and environment have been refactored to extract common behavior.
* apply pyupgrade and f-stringsDavid Lord2020-02-051-1/+0
|
* remove _compat moduleDavid Lord2020-02-051-10/+7
|
* Revert "rename directory to jinja"revert-renameDavid Lord2020-01-261-0/+215
| | | | This reverts commit eac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e.
* rename directory to jinjaDavid Lord2020-01-101-215/+0
|
* simplify module docstringsstyleDavid Lord2020-01-101-9/+1
|
* apply flake8David Lord2020-01-101-1/+1
|
* apply blackDavid Lord2020-01-101-39/+39
|
* apply reorder-python-importsDavid Lord2020-01-101-5/+7
|
* move to src directoryDavid Lord2020-01-091-0/+221