summaryrefslogtreecommitdiffstats
path: root/src/lib/python
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@isc.org>2013-09-12 14:50:56 +0200
committerMukund Sivaraman <muks@isc.org>2013-09-12 14:50:56 +0200
commit223d4a422bf123539160029f40e0a0fdfeaac8b0 (patch)
tree04e3e3dbe141bcfe4c1896e97792b04b5259c21e /src/lib/python
parent[3095] Update message id description (diff)
downloadkea-223d4a422bf123539160029f40e0a0fdfeaac8b0.tar.xz
kea-223d4a422bf123539160029f40e0a0fdfeaac8b0.zip
[3095] Rename test fixture
Diffstat (limited to 'src/lib/python')
-rw-r--r--src/lib/python/isc/util/tests/traceback_handler_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/python/isc/util/tests/traceback_handler_test.py b/src/lib/python/isc/util/tests/traceback_handler_test.py
index 4a2946a1cb..99b510dee5 100644
--- a/src/lib/python/isc/util/tests/traceback_handler_test.py
+++ b/src/lib/python/isc/util/tests/traceback_handler_test.py
@@ -18,7 +18,7 @@ import os
import isc.log
import isc.util.traceback_handler
-class HandlerTest(unittest.TestCase):
+class TracebackHandlerTest(unittest.TestCase):
def setUp(self):
"""
Save some things to be restored later, if we overwrite them