summaryrefslogtreecommitdiff
path: root/tests/test_filters.py
Commit message (Expand)AuthorAgeFilesLines
* apply pyupgrade and f-stringsDavid Lord2020-01-281-22/+20
* remove _compat moduleDavid Lord2020-01-281-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
| | * Merge pull request #610 from jab/jab-do_truncateArmin Ronacher2017-01-061-4/+4
| | |\
| | | * Fix and improve do_truncatejab2016-09-241-4/+4
| | * | Make noopener the default for urlizeArmin Ronacher2016-12-311-8/+15
| | * | First pass on async support for filtersArmin Ronacher2016-12-281-1/+1
| | |/
| | * Merge pull request #439 from jgmize/title-filter-capitalize-inside-parensJeff Widman2016-04-151-0/+8
| | |\
| | | * Make title filter capitalize words in (),{},[],<>Josh Mize2015-04-081-0/+8
| | * | Fixed int() filter for non-string objects #466Sebastian Noack2016-04-121-3/+8
| * | | Prevent random filter from being inlinedSebastian Noack2015-08-101-1/+8
| |/ /
* | | Added unique filterSebastian Noack2015-08-101-7/+21
|/ /
* | Add 'base' parameter to 'int' filterBen Timms2015-04-291-2/+3
|/
* Rename testsuite to tests and suggestionsKartheek Lenkala2015-03-221-0/+557
* Removed old testsuite.Armin Ronacher2010-02-091-328/+0
* fixes some smaller problems for Jinja2 on Jython.2.2.1Armin Ronacher2009-09-141-4/+4
* Got rid of py.testisms.Armin Ronacher2009-07-261-44/+39
* Support nose framework for the whole test suite.Rene Leonhardt2009-04-201-8/+10