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

Method testGetDirContentsWithHttpRedirect

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

Source from the content-addressed store, hash-verified

41 self.repo = self.g.get_repo("twbs/bootstrap")
42
43 def testGetDirContentsWithHttpRedirect(self):
44 contents = self.repo.get_contents("js/")
45 self.assertEqual(len(contents), 5)

Callers

nothing calls this directly

Calls 1

get_contentsMethod · 0.80

Tested by

no test coverage detected