Searched refs:tag_exists (Results 1 – 1 of 1) sorted by relevance
51 def tag_exists(git_obj, target_tag): function78 … self.assertTrue(tag_exists(git_obj, target_tag), msg=f"Tag {target_tag} has not been created")92 …self.assertTrue(tag_exists(git_obj, second_tag), msg=f"Second tag {second_tag} has not been create…