(self)
| 193 | self.doTestRepos(self.org.get_repo("FatherBeaver")) |
| 194 | |
| 195 | def testReposStr(self): |
| 196 | with self.replayData("Team.testRepos.txt"): |
| 197 | self.doTestRepos(self.org.get_repo("FatherBeaver")._identity) |
| 198 | |
| 199 | def testEditWithoutArguments(self): |
| 200 | self.team.edit("Name edited by PyGithub") |
nothing calls this directly
no test coverage detected