(self)
| 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) |
nothing calls this directly
no test coverage detected