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

Method testDidUpdate

tests/ConditionalRequestUpdate.py:49–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 self.assertFalse(self.repo.update(), msg="The repo is not changed. But update() != False")
48
49 def testDidUpdate(self):
50 self.assertTrue(
51 self.repo.update(),
52 msg="The repo should be changed by now. But update() != True",
53 )
54
55 def testUpdateObjectWithoutEtag(self):
56 r = self.g.get_repo("jacquev6/PyGithub")

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected