We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5066e68 commit da0b37fCopy full SHA for da0b37f
tools/python_test_v4.py
@@ -433,12 +433,12 @@
433
434
# commit status
435
commit = admin_project.commits.list()[0]
436
-size = len(commit.statuses.list())
437
-status = commit.statuses.create({"state": "success", "sha": commit.id})
438
-assert len(commit.statuses.list()) == size + 1
+# size = len(commit.statuses.list())
+# status = commit.statuses.create({"state": "success", "sha": commit.id})
+# assert len(commit.statuses.list()) == size + 1
439
440
assert commit.refs()
441
-assert commit.merge_requests() is not None
+assert commit.merge_requests()
442
443
# commit comment
444
commit.comments.create({"note": "This is a commit comment"})
0 commit comments