summaryrefslogtreecommitdiff
path: root/tools/python_test_v4.py
diff options
context:
space:
mode:
authorJeroen Schutrup <jschutrup@bol.com>2019-07-11 16:25:21 +0200
committerJeroen Schutrup <jeroenschutrup@hotmail.nl>2019-07-11 22:56:27 +0200
commitbc4280c2fbff115bd5e29a6f5012ae518610f626 (patch)
tree365647f969b08edb8b40d9ff937c175933017a15 /tools/python_test_v4.py
parentad1c0dda37f573673beaf9f25187f51751a5a484 (diff)
downloadgitlab-bc4280c2fbff115bd5e29a6f5012ae518610f626.tar.gz
feat: add mr rebase method
Diffstat (limited to 'tools/python_test_v4.py')
-rw-r--r--tools/python_test_v4.py3
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()