#193: Fix test coverage

This commit is contained in:
Vincent Jacques
2013-08-23 14:51:34 +02:00
parent 64cf539c83
commit e084b51381
4 changed files with 77 additions and 33 deletions
+4
View File
@@ -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())