summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_loaders.py
AgeCommit message (Expand)Author
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
2013-08-26Added further fixes, tests for #19949/f33db5a09a.Ramiro Morales
2013-08-24Fixed 19949 -- Cached template loader now caches TemplateDoesNotExistSusanTan
2013-07-25Fixed handling of template loader tests.Carl Meyer
2013-04-12Fixed template_tests so discovery doesn't directly find tests that require se...Preston Timmons
2013-04-12Modified template_tests for unittest2 discovery.Preston Timmons