summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
Commit message (Collapse)AuthorAgeFilesLines
* Add test for Template.get_corresponding_lineno()Mr. Senko2017-01-291-0/+4
| | | | this currently breaks with an exception inside Jinja
* 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
| | | | | Remove py.test from setup.py install_requires Rename testsuite folder to tests.
* Removed old testsuite.Armin Ronacher2010-02-091-51/+0
| | | | | --HG-- branch : trunk
* Improved test invokation. Picks up doctests within Jinja now, changedArmin Ronacher2010-02-071-3/+3
| | | | | | | | doctests that just show usage that would not work on their own so that they are standard code blocks now and do not disturb testing. --HG-- branch : trunk
* Got rid of py.testisms.Armin Ronacher2009-07-261-8/+2
| | | | | --HG-- branch : trunk
* Support nose framework for the whole test suite.Rene Leonhardt2009-04-201-5/+13
| | | | | --HG-- branch : trunk
* Improved Jinja's debugging support by introducing "@internalcode" which ↵Armin Ronacher2009-02-241-1/+13
| | | | | | | marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. --HG-- branch : trunk
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
| | | | | --HG-- branch : trunk
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-2/+2
| | | | | --HG-- branch : trunk
* even more tests, fixed severe bug with autoescaping.Armin Ronacher2008-05-251-0/+37
--HG-- branch : trunk