Commit b1d552a7 authored by Michal Čihař's avatar Michal Čihař

Test actual merging/rebasing remote commit with local changes

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 592ae0db
......@@ -163,6 +163,16 @@ class VCSGitTest(RepoTestCase):
self.add_remote_commit()
self.test_rebase()
def test_merge_both(self):
self.add_remote_commit()
self.test_commit()
self.test_merge()
def test_rebase_both(self):
self.add_remote_commit()
self.test_commit()
self.test_rebase()
def test_merge(self):
self.repo.merge(self._branch)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment