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

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

üst 8bf1449e
......@@ -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