aboutsummaryrefslogtreecommitdiff
path: root/tests/test_filters.py
AgeCommit message (Expand)Author
2020-08-18Revert "Revert "Import external/python/jinja into master""IRIS YANG
2020-07-17Revert "Import external/python/jinja into master"IRIS YANG
2020-02-27Merge branch '2.11.x'David Lord
2020-02-27use soft_str in do_wordcount, to trigger undefinedMatt Martz
2020-02-05Merge branch '2.11.x'David Lord
2020-02-05remove custom pytest marksDavid Lord
2020-02-05apply pyupgrade and f-stringsDavid Lord
2020-02-05remove _compat moduleDavid Lord
2020-01-26Revert "rename imports to jinja"David Lord
2020-01-10rename imports to jinjaDavid Lord
2020-01-10simplify module docstringsDavid Lord
2020-01-10ensure deprecation warnings mention versionDavid Lord
2020-01-10apply flake8David Lord
2020-01-10apply blackDavid Lord
2020-01-10apply reorder-python-importsDavid Lord
2019-11-04clarify quoting behavior of urlencode filterDavid Lord
2019-11-01reformat, doc, and test for wordwrapDavid Lord
2019-10-04add chars option to trimMatteo Ferrando
2019-07-23clean up numeric underscore supportDavid Lord
2019-07-23support underscore in int and floatCleoQc
2019-07-22support scientific notationCleoQc
2019-07-22add default to map filterKevin
2019-05-31Add ability to specify multiple attributes in sort,mayur-srivastava
2019-02-18Await in async version of the map filter (#913)seaders
2018-03-19Fix spelling in docstringErik Johnson
2018-03-19Add test cases for quotes and expand coverage to include Markup inputErik Johnson
2017-08-09Merge branch '2.9-maintenance'Armin Ronacher
2017-07-08add test and changelogDavid Lord
2017-07-07shorten argumentsDavid Lord
2017-07-07Ignore empty lines in indent filterFrancisco Jiménez Cabrera
2017-07-06parametrize testsDavid Lord
2017-07-06Added min and max filtersSebastian Noack
2017-07-05make attrgetter take generic postprocess functionDavid Lord
2017-07-05Merge branch 'master' into unique-filterDavid Lord
2017-07-05fix random test for py2David Lord
2017-07-05test compares random filter to random call with same seedDavid Lord
2017-07-05Merge branch 'master' into dont-inline-randomDavid Lord
2017-05-23Make tojson always safe (fix #709)Ayala Shachar
2017-01-07Bump up the copyright to 2017Armin Ronacher
2017-01-07Smaller fixes to stuff that broke on 3.xArmin Ronacher
2017-01-06Ported tojson filter. Fixes #458Armin Ronacher
2017-01-06Merge pull request #610 from jab/jab-do_truncateArmin Ronacher
2016-12-31Make noopener the default for urlizeArmin Ronacher
2016-12-28First pass on async support for filtersArmin Ronacher
2016-09-24Fix and improve do_truncatejab
2016-04-15Merge pull request #439 from jgmize/title-filter-capitalize-inside-parensJeff Widman
2016-04-12Fixed int() filter for non-string objects #466Sebastian Noack
2015-08-10Added unique filterSebastian Noack
2015-08-10Prevent random filter from being inlinedSebastian Noack
2015-04-29Add 'base' parameter to 'int' filterBen Timms