summaryrefslogtreecommitdiff
path: root/pecan/tests/test_base.py
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-03-07 12:04:40 -0500
committerRyan Petrello <lists@ryanpetrello.com>2012-03-07 12:04:40 -0500
commit6d098bb5aba4cd71b7ac9b2548fa6c3406173c8c (patch)
treeb8871c38a8273ebaecbcfef6ad44da089456dd6f /pecan/tests/test_base.py
parenta0186eafd98b83632d8495d23d1fa1e8204662bb (diff)
downloadpecan-6d098bb5aba4cd71b7ac9b2548fa6c3406173c8c.tar.gz
Improving test discovery and coverage options.
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')