summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.0.x'David Lord2021-11-051-3/+6
|\
| * Tests: Adapt expected traceback regexes for Python 3.11.0a1Miro Hrončok2021-11-051-3/+6
* | Tests: Make "Traceback did not match" an actual f-stringMiro Hrončok2021-11-021-1/+1
|/
* 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-6/+4
|/
* Revert "rename imports to jinja"David Lord2020-01-261-8/+8
* rename imports to jinjaDavid Lord2020-01-101-8/+8
* simplify module docstringsstyleDavid Lord2020-01-101-9/+0
* apply flake8David Lord2020-01-101-14/+13
* apply blackDavid Lord2020-01-101-33/+49
* apply reorder-python-importsDavid Lord2020-01-101-3/+4
* TemplateSyntaxError can be pickledAndrew Rabert2020-01-081-0/+7
* TemplateSyntaxError from included template has sourceDavid Lord2019-12-031-4/+19
* rewrite traceback rewriting supportDavid Lord2019-12-021-2/+2
* Add test for Template.get_corresponding_lineno()Mr. Senko2017-01-291-0/+4
* Remove unused/duplicate importsAdrian Moennich2017-01-091-2/+0
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
* Changed behavior of local extractionArmin Ronacher2017-01-031-2/+3
* Fixed debug support locals for new behaviorArmin Ronacher2017-01-031-1/+13
* Rename testsuite to tests and suggestionsKartheek Lenkala2015-03-221-0/+73
* Removed old testsuite.Armin Ronacher2010-02-091-51/+0
* Improved test invokation. Picks up doctests within Jinja now, changedArmin Ronacher2010-02-071-3/+3
* Got rid of py.testisms.Armin Ronacher2009-07-261-8/+2
* Support nose framework for the whole test suite.Rene Leonhardt2009-04-201-5/+13
* Improved Jinja's debugging support by introducing "@internalcode" which marks...Armin Ronacher2009-02-241-1/+13
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-2/+2
* even more tests, fixed severe bug with autoescaping.Armin Ronacher2008-05-251-0/+37