From bc4280c2fbff115bd5e29a6f5012ae518610f626 Mon Sep 17 00:00:00 2001 From: Jeroen Schutrup Date: Thu, 11 Jul 2019 16:25:21 +0200 Subject: feat: add mr rebase method --- tools/python_test_v4.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/python_test_v4.py') diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index 358f2e4..61fcd43 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -686,6 +686,9 @@ assert events event = mr.resourcelabelevents.get(events[0].id) assert event +# rebasing +assert mr.rebase() + # basic testing: only make sure that the methods exist mr.commits() mr.changes() -- cgit v1.2.1