Test: Removed unnecessary method

This commit is contained in:
Paul Beckingham
2015-07-22 20:19:30 -04:00
parent 88f8acf789
commit 9418c418ca

View File

@@ -37,10 +37,6 @@ from basetest import Task, TestCase
# Feature 1013: output error, header, footnote and debug messages on standard error
class TestFeature1013(TestCase):
@classmethod
def setUpClass(cls):
"""Executed once before any test in the class"""
def setUp(self):
"""Executed before each test in the class"""
self.t = Task()