MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / testCheckSuiteRerequest

Method testCheckSuiteRerequest

tests/CheckSuite.py:100–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 self.assertListEqual([cs.id for cs in check_suites], [1004503395])
99
100 def testCheckSuiteRerequest(self):
101 cs = self.repo.get_check_suite(1004503395)
102 status = cs.rerequest()
103 self.assertTrue(status)
104
105 def testGetCheckRuns(self):
106 check_runs = self.test_check_suite.get_check_runs()

Callers

nothing calls this directly

Calls 2

get_check_suiteMethod · 0.80
rerequestMethod · 0.80

Tested by

no test coverage detected