MCPcopy
hub / github.com/PyGithub/PyGithub / testEditWithoutArguments

Method testEditWithoutArguments

tests/Team.py:199–201  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

197 self.doTestRepos(self.org.get_repo("FatherBeaver")._identity)
198
199 def testEditWithoutArguments(self):
200 self.team.edit("Name edited by PyGithub")
201 self.assertEqual(self.team.name, "Name edited by PyGithub")
202
203 def testEditWithAllArguments(self):
204 parent = self.org.get_team(141496)

Callers

nothing calls this directly

Calls 1

editMethod · 0.45

Tested by

no test coverage detected