Commit dcf72835 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

[py3] Ensured the template tests run.

parent faf570df
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -408,8 +408,7 @@ class Templates(unittest.TestCase):
        )

        failures = []
        tests = template_tests.items()
        tests.sort()
        tests = sorted(template_tests.items())

        # Turn TEMPLATE_DEBUG off, because tests assume that.
        old_td, settings.TEMPLATE_DEBUG = settings.TEMPLATE_DEBUG, False