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

Method testCreateProject

tests/AuthenticatedUser.py:377–379  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

375 self.assertEqual(repo.url, "https://api.github.com/repos/jacquev6/TestPyGithub")
376
377 def testCreateProject(self):
378 project = self.user.create_project(name="TestPyGithub", body="This is the body")
379 self.assertEqual(project.url, "https://api.github.com/projects/4084610")
380
381 def testCreateRepositoryWithAllArguments(self):
382 repo = self.user.create_repo(

Callers

nothing calls this directly

Calls 1

create_projectMethod · 0.45

Tested by

no test coverage detected