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

Method testLoadAndUpdate

tests/Persistence.py:62–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 self.assertEqual(loadedRepo.url, "https://api.github.com/repos/akfish/PyGithub")
61
62 def testLoadAndUpdate(self):
63 loadedRepo = self.g.load(self.dumpedRepo)
64 self.assertTrue(loadedRepo.update())

Callers

nothing calls this directly

Calls 2

loadMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected