From c19ad90b488edabc47e3a5a5d477a3007eecaa69 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 28 May 2018 07:32:47 +0200 Subject: Add commit.merge_requests() support --- tools/python_test_v4.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index 26e0488..0551093 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -376,6 +376,7 @@ status = commit.statuses.create({'state': 'success', 'sha': commit.id}) assert(len(commit.statuses.list()) == 1) assert(commit.refs()) +assert(commit.merge_requests() is not None) # commit comment commit.comments.create({'note': 'This is a commit comment'}) -- cgit v1.2.1