summaryrefslogtreecommitdiff
path: root/pecan/tests/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'pecan/tests/test_base.py')
-rw-r--r--pecan/tests/test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pecan/tests/test_base.py b/pecan/tests/test_base.py
index ae68603..cfaed68 100644
--- a/pecan/tests/test_base.py
+++ b/pecan/tests/test_base.py
@@ -943,7 +943,7 @@ class TestLogging(TestCase):
assert len(writes) == 1
-class TestEngines(object):
+class TestEngines(TestCase):
template_path = os.path.join(os.path.dirname(__file__), 'templates')