diff options
author | Jeroen Schutrup <jschutrup@bol.com> | 2019-07-11 16:25:21 +0200 |
---|---|---|
committer | Max Wittig <max.wittig95@gmail.com> | 2019-07-21 13:13:38 +0200 |
commit | 3520b453f75c9727eafe8e997ee8274933c6f0fd (patch) | |
tree | 3e1c2fc2d885fa5e7b664f20d1412174b1ca6a06 /tools/python_test_v4.py | |
parent | c8a7e31cb57e3be7287ba237dbda7c4efa195b29 (diff) | |
download | gitlab-rebase-mr.tar.gz |
feat: add mr rebase methodrebase-mr
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r-- | tools/python_test_v4.py | 3 |
1 files changed, 3 insertions, 0 deletions
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() |