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

Method setUp

tests/WorkflowRun.py:42–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40
41class WorkflowRun(Framework.TestCase):
42 def setUp(self):
43 super().setUp()
44 self.repo = self.g.get_repo("PyGithub/PyGithub")
45 self.workflow_run = self.repo.get_workflow_run(3881497935)
46
47 def testAttributes(self):
48 self.assertEqual(

Callers

nothing calls this directly

Calls 2

get_workflow_runMethod · 0.80
get_repoMethod · 0.45

Tested by

no test coverage detected