Example #1
0
 def __init__(self, test_id, status, name, mti=False, specifics=None):
     State.__init__(self, test_id, status, name, mti=mti)
     self.specifics = specifics or []