Test: Cleanup

- Removed obsolete bug.sort.t.
- Removed unused method from test classes.
This commit is contained in:
Paul Beckingham 2015-07-23 17:34:42 -04:00
parent 937820a883
commit 27bd2b21dc
5 changed files with 27 additions and 101 deletions

View file

@ -36,10 +36,6 @@ from basetest import Task, TestCase
class TestHistoryMonthly(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()