summaryrefslogtreecommitdiff
path: root/test/test_mako.py
Commit message (Expand)AuthorAgeFilesLines
* fix: Jinja2 and mako test path issuesMarcel Hellkamp2022-06-131-5/+8
* 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-3/+4
* fix: MakoTemplate now returns a string (instead of a list with only one strin...Marcel Hellkamp2011-05-141-6/+6
* fix: "Template args not passed from view() to template() properly " (issue #97)Marcel Hellkamp2010-09-131-1/+12
* Added tests for server adapters and run() routine.Marcel Hellkamp2010-07-051-1/+1
* BaseTemplate API change and test framework bugfixesMarcel Hellkamp2010-02-051-1/+1
* Optimized test setup and minor changesMarcel Hellkamp2009-12-081-3/+1
* Hopefully repairing mako template lookups. See Issue #8. Please test!Marcel Hellkamp2009-10-061-0/+4
* Moved test templates to separate dirMarcel Hellkamp2009-10-061-3/+3
* Bugfix: Template lookup in ./views subdirectoryMarcel Hellkamp2009-10-031-1/+1
* Repaired Mako test casesMarcel Hellkamp2009-10-011-6/+6
* Added more tests for SimpleTemplate and MakoTemplate.Marcel Hellkamp2009-10-011-0/+43