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

Method testGetDirContentsWithRef

tests/Issue140.py:63–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 self.assertEqual(len(contents.content), 4722)
62
63 def testGetDirContentsWithRef(self):
64 self.assertEqual(
65 len(self.repo.get_contents("js", "8c7f9c66a7d12f47f50618ef420868fe836d0c33")),
66 15,
67 )

Callers

nothing calls this directly

Calls 1

get_contentsMethod · 0.80

Tested by

no test coverage detected