summaryrefslogtreecommitdiff
path: root/test/test_jinja2.py
Commit message (Expand)AuthorAgeFilesLines
* fix: Jinja2 and mako test path issuesMarcel Hellkamp2022-06-131-3/+5
* fix: Make tests runnable with both unittest and pytestMarcel Hellkamp2022-06-121-1/+1
* Fixed most of the warnings in tests.Marcel Hellkamp2012-01-131-1/+1
* Importing `bottle.touni` to Mako and Jinja2 tests. They're broken!Iuri de Silvio2011-12-031-1/+1
* fix: All test-cases now support 2.x and 3.x from the same source.Marcel Hellkamp2011-12-021-5/+6
* fix: "Template args not passed from view() to template() properly " (issue #97)Marcel Hellkamp2010-09-131-1/+11
* Added tests for server adapters and run() routine.Marcel Hellkamp2010-07-051-1/+1
* Removed the BaseTemplate(settings={}) keyword argument. Now all unrecognized ...Marcel Hellkamp2010-04-121-2/+2
* Added support for template engine specific settings.Marcel Hellkamp2010-03-101-8/+7
* Allow passing arguments to the Jinja2 template prepare method.Christian Hausknecht2010-03-091-0/+20
* BaseTemplate API change and test framework bugfixesMarcel Hellkamp2010-02-051-1/+1
* Optimized test setup and minor changesMarcel Hellkamp2009-12-081-4/+3
* add support for Jinja2 <http://jinja.pocoo.org/2/> templatessma2009-10-101-0/+43