diff --git a/src/test/python/domain/helper.py b/src/test/python/domain/helper.py index 7c6df4c..413d06c 100644 --- a/src/test/python/domain/helper.py +++ b/src/test/python/domain/helper.py @@ -156,6 +156,9 @@ class GitApiMock: def push(self): pass + def push_follow_tags(self): + pass + def checkout(self, branch: str): pass