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

Method testDelete

tests/GitRelease.py:240–243  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

238 self.assertEqual(asset.id, asset_id)
239
240 def testDelete(self):
241 self.setUpNewRelease()
242 self.new_release.delete_release()
243 self.tearDownNewRelease()
244
245 def testUpdate(self):
246 self.setUpNewRelease()

Callers

nothing calls this directly

Calls 3

setUpNewReleaseMethod · 0.95
tearDownNewReleaseMethod · 0.95
delete_releaseMethod · 0.80

Tested by

no test coverage detected