1
0
mirror of https://github.com/django/django.git synced 2025-01-08 17:37:20 +00:00

Refs #24652 -- Made sure template backend tests call their super setUpClass.

This commit is contained in:
Simon Charette 2015-04-16 16:37:58 -04:00
parent 8bf1449edb
commit ead36e8a47

View File

@ -18,6 +18,7 @@ class TemplateStringsTests(SimpleTestCase):
@classmethod
def setUpClass(cls):
super(TemplateStringsTests, cls).setUpClass()
params = {
'DIRS': [],
'APP_DIRS': True,