Test: Converted to Python

This commit is contained in:
Paul Beckingham 2015-07-23 19:09:45 -04:00
parent 19baeba5da
commit fc97513aa4
2 changed files with 54 additions and 83 deletions

View file

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