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

Method setUp

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

Source from the content-addressed store, hash-verified

41
42class ContentFile(Framework.TestCase):
43 def setUp(self):
44 super().setUp()
45 self.file = self.g.get_repo("PyGithub/PyGithub").get_readme()
46
47 def testAttributes(self):
48 self.assertEqual(

Callers

nothing calls this directly

Calls 2

get_readmeMethod · 0.80
get_repoMethod · 0.45

Tested by

no test coverage detected