aboutsummaryrefslogtreecommitdiff
path: root/tests/test_debug.py
AgeCommit message (Expand)Author
2021-11-05Merge branch '3.0.x'David Lord
2021-11-05Tests: Adapt expected traceback regexes for Python 3.11.0a1Miro Hrončok
2021-11-02Tests: Make "Traceback did not match" an actual f-stringMiro Hrončok
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-01-26Revert "rename imports to jinja"David Lord
2020-01-10rename imports to jinjaDavid Lord
2020-01-10simplify module docstringsDavid Lord
2020-01-10apply flake8David Lord
2020-01-10apply blackDavid Lord
2020-01-10apply reorder-python-importsDavid Lord
2020-01-08TemplateSyntaxError can be pickledAndrew Rabert
2019-12-03TemplateSyntaxError from included template has sourceDavid Lord
2019-12-02rewrite traceback rewriting supportDavid Lord
2017-01-29Add test for Template.get_corresponding_lineno()Mr. Senko
2017-01-09Remove unused/duplicate importsAdrian Moennich
2017-01-07Bump up the copyright to 2017Armin Ronacher
2017-01-03Changed behavior of local extractionArmin Ronacher
2017-01-03Fixed debug support locals for new behaviorArmin Ronacher
2015-03-22Rename testsuite to tests and suggestionsKartheek Lenkala
2010-02-09Removed old testsuite.Armin Ronacher
2010-02-07Improved test invokation. Picks up doctests within Jinja now, changedArmin Ronacher
2009-07-26Got rid of py.testisms.Armin Ronacher
2009-04-20Support nose framework for the whole test suite.Rene Leonhardt
2009-02-24Improved Jinja's debugging support by introducing "@internalcode" which marks...Armin Ronacher
2009-01-04Copyright switch to "The Jinja Team".Armin Ronacher
2008-10-05Various cleanups and added custom cycler.Armin Ronacher
2008-05-25even more tests, fixed severe bug with autoescaping.Armin Ronacher