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

Method testCreateProject

tests/Organization1437.py:46–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.org = self.g.get_organization("PyGithubSampleOrg")
45
46 def testCreateProject(self):
47 project = self.org.create_project("Project title", "This is the body")
48 self.assertEqual(project.id, 4115694)

Callers

nothing calls this directly

Calls 1

create_projectMethod · 0.45

Tested by

no test coverage detected