summaryrefslogtreecommitdiff
path: root/test/test_templite.py
Commit message (Collapse)AuthorAgeFilesLines
* Silly typoNed Batchelder2009-08-201-1/+1
|
* Silence pylint nagging.Ned Batchelder2009-05-131-6/+15
|
* Lint clean-ups.Ned Batchelder2009-05-051-8/+13
|
* 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 ↵Ned Batchelder2009-04-191-1/+6
| | | | under 2.3.
* Templite: a lightweight template class to use when making HTML reports.Ned Batchelder2009-04-191-0/+95