예제 #1
0
 def test_story_has_total_remaining_time_and_estimated_remaining_time_by_default(
         self):
     story = AgiloTicket(self.env, t_type=Type.USER_STORY)
     self.assert_equals(
         [Key.TOTAL_REMAINING_TIME, Key.ESTIMATED_REMAINING_TIME],
         story.get_calculated_fields_names())
예제 #2
0
 def test_story_has_total_remaining_time_and_estimated_remaining_time_by_default(self):
     story = AgiloTicket(self.env, t_type=Type.USER_STORY)
     self.assert_equals([Key.TOTAL_REMAINING_TIME, Key.ESTIMATED_REMAINING_TIME], 
                        story.get_calculated_fields_names())