summaryrefslogtreecommitdiff
path: root/tests/test_security.py
Commit message (Expand)AuthorAgeFilesLines
* Markup and escape should be imported from markupsafeDavid Lord2021-04-101-1/+1
* remove sandbox._MagicFormatMappingAmy2020-06-151-0/+7
* Merge branch '2.11.x'David Lord2020-02-051-3/+0
|\
| * remove custom pytest marksDavid Lord2020-02-051-3/+0
* | apply pyupgrade and f-stringsDavid Lord2020-02-051-10/+9
* | remove more compat codeDavid Lord2020-02-051-3/+0
* | remove _compat moduleDavid Lord2020-02-051-41/+1
|/
* Revert "rename imports to jinja"David Lord2020-01-261-11/+11
* rename imports to jinjaDavid Lord2020-01-101-11/+11
* simplify module docstringsstyleDavid Lord2020-01-101-9/+0
* apply flake8David Lord2020-01-101-2/+5
* apply blackDavid Lord2020-01-101-68/+84
* apply reorder-python-importsDavid Lord2020-01-101-6/+9
* Eliminate dead code by using pytests.raises instead of try/except/elsebtharper2019-10-061-10/+2
* sandbox str.format_mapArmin Ronacher2019-04-061-0/+19
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
* Expect formatArmin Ronacher2017-01-061-2/+1
* Cleaned up shitty syntax in testsuiteArmin Ronacher2017-01-061-1/+1
* Set macro autoescape behavior at call instead of compile time. Fixes #565Armin Ronacher2017-01-061-1/+5
* Rename tests to avoid name collisionMiro HronĨok2016-12-291-2/+2
* SECURITY: support sandboxing in format expressionsArmin Ronacher2016-12-291-1/+26
* Rename testsuite to tests and suggestionsKartheek Lenkala2015-03-221-0/+161
* Removed old testsuite.Armin Ronacher2010-02-091-141/+0
* Got rid of py.testisms.Armin Ronacher2009-07-261-18/+12
* Support nose framework for the whole test suite.Rene Leonhardt2009-04-201-3/+12
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-12/+8
* added attr filterArmin Ronacher2008-05-261-0/+8
* even more tests, fixed severe bug with autoescaping.Armin Ronacher2008-05-251-0/+14
* fixed bug with static unicode strings and auto escapingArmin Ronacher2008-05-241-0/+5
* added unittest for Markup and let the markup constructor accept `__html__` ob...Armin Ronacher2008-05-231-0/+31
* more unittests and updated documentation for extensions. Fixed bug in optimi...Armin Ronacher2008-05-231-1/+15
* added a function to parse assign targes and documented it for the extension i...Armin Ronacher2008-05-101-2/+2
* documentation updateArmin Ronacher2008-05-071-3/+3
* fixed more unittestsArmin Ronacher2008-04-221-26/+29
* converted unit tests, started rewriting filtersChristoph Hack2008-04-131-1/+1
* some more doc changes in jinja for the upcoming releaseArmin Ronacher2007-11-161-0/+16
* [svn] merged newparser into trunkArmin Ronacher2007-09-071-2/+2
* [svn] added some more jinja unittestsArmin Ronacher2007-06-011-0/+4
* [svn] added many new tests to jinjaArmin Ronacher2007-05-211-0/+47