summaryrefslogtreecommitdiff
path: root/test/test_templite.py
Commit message (Expand)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-204/+0
* 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 cove...Ned Batchelder2009-11-211-1/+6
* Add nicer exception reporting inside Templite so when a template goes wrong w...Ned Batchelder2009-11-211-1/+8
* 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 u...Ned Batchelder2009-04-191-1/+6
* Templite: a lightweight template class to use when making HTML reports.Ned Batchelder2009-04-191-0/+95