mirror of
https://github.com/django/django.git
synced 2025-10-09 18:12:39 +00:00
Refs #24652 -- Made sure template backend tests call their super setUpClass.
This commit is contained in:
parent
8bf1449edb
commit
ead36e8a47
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class TemplateStringsTests(SimpleTestCase):
|
|||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super(TemplateStringsTests, cls).setUpClass()
|
||||
params = {
|
||||
'DIRS': [],
|
||||
'APP_DIRS': True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue