From 32569ea27d36c7341b031f11d14f79fd6abd373f Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 28 May 2018 07:14:58 +0200 Subject: Implement commit.refs() --- tools/python_test_v4.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/python_test_v4.py') diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index fc19ee7..f9ea102 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -375,6 +375,8 @@ commit = admin_project.commits.list()[0] status = commit.statuses.create({'state': 'success', 'sha': commit.id}) assert(len(commit.statuses.list()) == 1) +assert(commit.refs()) + # commit comment commit.comments.create({'note': 'This is a commit comment'}) assert(len(commit.comments.list()) == 1) -- cgit v1.2.1