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

Method testCreateProject

tests/Repository.py:1650–1652  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1648 self.assertEqual(pull.id, 1436215)
1649
1650 def testCreateProject(self):
1651 project = self.repo.create_project("Project created by PyGithub", "Body of the project")
1652 self.assertEqual(project.id, 2013820)
1653
1654 def testCreatePullFromIssue(self):
1655 issue = self.repo.get_issue(32)

Callers

nothing calls this directly

Calls 1

create_projectMethod · 0.45

Tested by

no test coverage detected