mirror of
https://github.com/django/django.git
synced 2025-10-10 02:22:22 +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
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
|
super(TemplateStringsTests, cls).setUpClass()
|
||||||
params = {
|
params = {
|
||||||
'DIRS': [],
|
'DIRS': [],
|
||||||
'APP_DIRS': True,
|
'APP_DIRS': True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue