From 9418c418ca8a8364f6f79a5e9f58f69d244dbf42 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 22 Jul 2015 20:19:30 -0400 Subject: [PATCH] Test: Removed unnecessary method --- test/feature.1013.t | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/feature.1013.t b/test/feature.1013.t index 7671f3a7c..32b46dc5c 100755 --- a/test/feature.1013.t +++ b/test/feature.1013.t @@ -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()