summaryrefslogtreecommitdiff
path: root/test/test_templite.py
Commit message (Collapse)AuthorAgeFilesLines
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
|
* Remove unittest main invocations.Ned Batchelder2010-03-151-4/+0
|
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-7/+7
|
* Disable the two tests that don't work yet.Ned Batchelder2009-11-211-1/+1
|
* Increase templite test coverage, and use the new branch awesomeness when ↵Ned Batchelder2009-11-211-1/+6
| | | | coverage testing ourselves.
* Add nicer exception reporting inside Templite so when a template goes wrong ↵Ned Batchelder2009-11-211-1/+8
| | | | we have some hope of figuring out why.
* Templite v2, which can handle if's and nested control structures.Ned Batchelder2009-10-251-2/+57
|
* Templite now allows comments within curly-hash markers.Ned Batchelder2009-10-251-0/+10
|
* 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