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

Method testCreateRepository

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

Source from the content-addressed store, hash-verified

371 self.assertListKeyEqual(self.user.get_authorizations(), lambda a: a.id, [372294])
372
373 def testCreateRepository(self):
374 repo = self.user.create_repo(name="TestPyGithub")
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")

Callers

nothing calls this directly

Calls 1

create_repoMethod · 0.45

Tested by

no test coverage detected