Kaydet (Commit) 2b2a2157 authored tarafından Simon Charette's avatar Simon Charette

[1.8.x] Refs #24652 -- Made sure template backend tests call their super setUpClass.

Backport of ead36e8a from master
üst 3ab3be4b
......@@ -18,6 +18,7 @@ class TemplateStringsTests(SimpleTestCase):
@classmethod
def setUpClass(cls):
super(TemplateStringsTests, cls).setUpClass()
params = {
'DIRS': [],
'APP_DIRS': True,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment