summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_context.py
AgeCommit message (Collapse)Author
2013-08-15[1.6.x] Fixed #17778 -- Prevented class attributes on context from resolving ↵Tim Graham
as template variables. Thanks KyleMac for the report, regebro for the patch, and Aymeric for the test. Backport of 71b5617c24 from master.
2013-04-12Modified template_tests for unittest2 discovery.Preston Timmons