summaryrefslogtreecommitdiff
path: root/xnt/tests/taskcompressiontests.py
diff options
context:
space:
mode:
Diffstat (limited to 'xnt/tests/taskcompressiontests.py')
-rw-r--r--xnt/tests/taskcompressiontests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/xnt/tests/taskcompressiontests.py b/xnt/tests/taskcompressiontests.py
index 574298b..f722390 100644
--- a/xnt/tests/taskcompressiontests.py
+++ b/xnt/tests/taskcompressiontests.py
@@ -23,13 +23,13 @@ import xnt.tests
import unittest
#pylint: disable-msg=C0103
-class TaskCompressionTests(unittest.TestCase): #pylint: disable-msg=R0904
+class TaskCompressionTests(unittest.TestCase):
"""Test Cases for Compression"""
- def setUp(self): #pylint: disable-msg=R0201
+ def setUp(self):
"""Test Case Setup"""
xnt.tests.set_up()
- def tearDown(self): #pylint: disable-msg=R0201
+ def tearDown(self):
"""Test Case Teardown"""
xnt.tests.tear_down()