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

Method setUp

tests/Workflow.py:52–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50
51class Workflow(Framework.TestCase):
52 def setUp(self):
53 super().setUp()
54 self.workflow = self.g.get_repo("PyGithub/PyGithub").get_workflow("check.yml")
55
56 def testAttributes(self):
57 self.assertEqual(

Callers

nothing calls this directly

Calls 2

get_workflowMethod · 0.80
get_repoMethod · 0.45

Tested by

no test coverage detected