summaryrefslogtreecommitdiff
path: root/test/test_templite.py
Commit message (Expand)AuthorAgeFilesLines
* Variables' items (dict access) can be used in templates.Ned Batchelder2009-04-201-0/+5
* Use try_render mostly, to reduce noise in the tests.Ned Batchelder2009-04-201-33/+23
* Muliple loops and multi-line loops didn't work.Ned Batchelder2009-04-201-0/+22
* reversed() is new in 2.4, so use a cobbled-together function so we can test u...Ned Batchelder2009-04-191-1/+6
* Templite: a lightweight template class to use when making HTML reports.Ned Batchelder2009-04-191-0/+95