aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_runtime.py
Commit message (Collapse)AuthorAgeFilesLines
* Use tox / zimportsMike Bayer2019-05-311-9/+9
| | | | Change-Id: Ia047c7052a6d242c2cf1c7a83981f1e38ea4d928
* - fix #190 for py2.4rel_0_9_0Mike Bayer2013-08-041-1/+1
| | | | - other 2.4 ism
* - [bug] The Context.locals_() method becomes a private underscoredMike Bayer2013-08-031-0/+21
method, as this method has a specific internal use. The purpose of Context.kwargs has been clarified, in that it only delivers top level keyword arguments originally passed to template.render(). [ticket:219]