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

Method testEditWithoutParameters

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

Source from the content-addressed store, hash-verified

47 project.delete()
48
49 def testEditWithoutParameters(self):
50 project = self.g.get_project(4101939)
51 old_name = project.name
52 project.edit()
53 self.assertEqual(project.name, old_name)
54
55 def testEditWithAllParameters(self):
56 project = self.g.get_project(4101939)

Callers

nothing calls this directly

Calls 2

get_projectMethod · 0.80
editMethod · 0.45

Tested by

no test coverage detected