summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_if_equal.py
AgeCommit message (Expand)Author
2018-03-24Increased test coverage for various template tags.Mads Jensen
2017-02-04Added tests for various __repr__() methods.Mads Jensen
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2014-12-28Isolated template tests from Django settings.Aymeric Augustin
2014-12-06Fixed #23958 -- Rewrote filter tests as unit tests.Preston Timmons
2014-12-03Converted recently refactored templates tests to SimpleTestCase.Ramiro Morales
2014-12-02Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons