summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_basic.py
AgeCommit message (Collapse)Author
2014-12-03Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales
These test methods don't need DB setup/teardown. Refs #23768 and b872134b.
2014-12-02Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons