コード例 #1
0
ファイル: tasktest.py プロジェクト: postcn/GoalGenerator
 def testGet(self):
     testTask = Task("this is the description", 1)
     self.assertEqual(testTask.getDescription(), "this is the description")
     self.assertEqual(testTask.getRepititions(), 1)