summaryrefslogtreecommitdiff
path: root/tests/test_filters.py
Commit message (Expand)AuthorAgeFilesLines
* add case_sensitive parameter groupby filterDavid Lord2022-03-081-0/+19
* add items filterArmin Ronacher2022-03-071-0/+11
* Markup and escape should be imported from markupsafeDavid Lord2021-04-101-1/+1
* add default parameter to groupbylisongmin2021-04-051-0/+15
* filters.py: do_indent: ident filter can indent with arbitrary charactersLars Kollstedt2021-04-051-0/+4
* add 'is filter' and 'is test' testsDavid Lord2021-04-041-6/+6
* allow optional use of filter based on existenceAmy2021-04-041-0/+48
* map filter can use False as defaultBALaka-182021-02-241-0/+8
* fix new formatting issuesDavid Lord2021-01-301-2/+2
* update urlize docs, clean up codeDavid Lord2021-01-301-2/+2
* Improve and extend urlizeBebleo2021-01-301-0/+23
* Merge branch '2.11.x'David Lord2020-02-271-0/+7
|\
| * use soft_str in do_wordcount, to trigger undefinedMatt Martz2020-02-271-0/+7
* | Merge branch '2.11.x'David Lord2020-02-051-1/+0
|\ \ | |/
| * remove custom pytest marksDavid Lord2020-02-051-1/+0
* | apply pyupgrade and f-stringsDavid Lord2020-02-051-22/+20
* | remove _compat moduleDavid Lord2020-02-051-7/+3
|/
* Revert "rename imports to jinja"David Lord2020-01-261-4/+4
* rename imports to jinjaDavid Lord2020-01-101-4/+4
* simplify module docstringsstyleDavid Lord2020-01-101-9/+0
* ensure deprecation warnings mention versionDavid Lord2020-01-101-4/+0
* apply flake8David Lord2020-01-101-59/+20
* apply blackDavid Lord2020-01-101-286/+309
* apply reorder-python-importsDavid Lord2020-01-101-2/+6
* clarify quoting behavior of urlencode filterDavid Lord2019-11-041-12/+17
* reformat, doc, and test for wordwrapDavid Lord2019-11-011-0/+6
* add chars option to trimMatteo Ferrando2019-10-041-0/+8
* clean up numeric underscore supportDavid Lord2019-07-231-22/+42
* support underscore in int and floatCleoQc2019-07-231-3/+10
* support scientific notationCleoQc2019-07-221-1/+3
* add default to map filterKevin2019-07-221-0/+22
* Add ability to specify multiple attributes in sort,mayur-srivastava2019-05-311-0/+33
* Await in async version of the map filter (#913)seaders2019-02-181-0/+4
* Fix spelling in docstringErik Johnson2018-03-191-1/+1
* Add test cases for quotes and expand coverage to include Markup inputErik Johnson2018-03-191-6/+17
* Merge branch '2.9-maintenance'Armin Ronacher2017-08-091-2/+3
|\
| * Make tojson always safe (fix #709)Ayala Shachar2017-05-231-2/+3
* | add test and changelogDavid Lord2017-07-081-10/+10
* | shorten argumentsDavid Lord2017-07-071-8/+19
* | Ignore empty lines in indent filterFrancisco Jiménez Cabrera2017-07-071-5/+9
* | parametrize testsDavid Lord2017-07-061-24/+20
* | Added min and max filtersSebastian Noack2017-07-061-0/+24
* | make attrgetter take generic postprocess functionDavid Lord2017-07-051-9/+9
* | Merge branch 'master' into unique-filterDavid Lord2017-07-051-22/+66
|\ \
| * | fix random test for py2David Lord2017-07-051-2/+2
| * | test compares random filter to random call with same seedDavid Lord2017-07-051-11/+15
| * | Merge branch 'master' into dont-inline-randomDavid Lord2017-07-051-17/+50
| |\ \ | | |/
| | * Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
| | * Smaller fixes to stuff that broke on 3.xArmin Ronacher2017-01-071-1/+1
| | * Ported tojson filter. Fixes #458Armin Ronacher2017-01-061-0/+13