Extend GitApiMock with push_follow_tags

This commit is contained in:
bom 2023-11-17 12:50:20 +01:00
parent 288247be8e
commit 78824ea38b

View file

@ -156,6 +156,9 @@ class GitApiMock:
def push(self): def push(self):
pass pass
def push_follow_tags(self):
pass
def checkout(self, branch: str): def checkout(self, branch: str):
pass pass