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

Method testDelete

tests/Project1434.py:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 super().setUp()
44
45 def testDelete(self):
46 project = self.g.get_project(4102095)
47 project.delete()
48
49 def testEditWithoutParameters(self):
50 project = self.g.get_project(4101939)

Callers

nothing calls this directly

Calls 2

get_projectMethod · 0.80
deleteMethod · 0.45

Tested by

no test coverage detected