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

Method testGetContentsDirWithSlash

tests/Repository.py:1721–1724  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1719 self.assertEqual(len(contents), 14)
1720
1721 def testGetContentsDirWithSlash(self):
1722 contents = self.repo.get_contents("/")
1723 self.assertTrue(isinstance(contents, list))
1724 self.assertEqual(len(contents), 14)
1725
1726 def testGetContentsWithRef(self):
1727 self.assertEqual(

Callers

nothing calls this directly

Calls 1

get_contentsMethod · 0.80

Tested by

no test coverage detected