mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
#193: Fix test coverage
This commit is contained in:
@@ -37,3 +37,7 @@ class ConditionalRequestUpdate(Framework.TestCase):
|
||||
|
||||
def testDidUpdate(self):
|
||||
self.assertTrue(self.repo.update(), msg="The repo should be changed by now. But update() != True")
|
||||
|
||||
def testUpdateObjectWithoutEtag(self):
|
||||
r = self.g.get_repo("jacquev6/PyGithub")
|
||||
self.assertTrue(r.update())
|
||||
|
||||
Reference in New Issue
Block a user