diff options
Diffstat (limited to 'tools/python_test_v4.py')
| -rw-r--r-- | tools/python_test_v4.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index e065020..69596b8 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -527,6 +527,12 @@ admin_project.files.create({'file_path': 'README2.rst', mr = admin_project.mergerequests.create({'source_branch': 'branch1', 'target_branch': 'master', 'title': 'MR readme2'}) + +# basic testing: only make sure that the methods exist +mr.commits() +mr.changes() +#mr.participants() # not yet available + mr.merge() admin_project.branches.delete('branch1') |
