def testGet(self): testTask = Task("this is the description", 1) self.assertEqual(testTask.getDescription(), "this is the description") self.assertEqual(testTask.getRepititions(), 1)