예제 #1
0
 def add_description_note(self, uuid, item_type, source_id, note):
     """ adds a descriptive note to a created item """
     item_assert = ItemAssertion()
     item_assert.project_uuid = self.project_uuid
     item_assert.source_id = source_id
     item_assert.uuid = uuid
     item_assert.item_type = item_type
     item_assert.add_description_note(note)
예제 #2
0
 def add_description_note(self,
                          uuid,
                          item_type,
                          source_id,
                          note):
     """ adds a descriptive note to a created item """
     item_assert = ItemAssertion()
     item_assert.project_uuid = self.project_uuid
     item_assert.source_id = source_id
     item_assert.uuid = uuid
     item_assert.item_type = item_type
     item_assert.add_description_note(note)