Extend GitApiMock with push_follow_tags
This commit is contained in:
parent
288247be8e
commit
78824ea38b
1 changed files with 3 additions and 0 deletions
|
@ -156,6 +156,9 @@ class GitApiMock:
|
|||
def push(self):
|
||||
pass
|
||||
|
||||
def push_follow_tags(self):
|
||||
pass
|
||||
|
||||
def checkout(self, branch: str):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue