(self)
| 190 | self.assertFalse(self.team.has_in_repos(repo)) |
| 191 | |
| 192 | def testRepos(self): |
| 193 | self.doTestRepos(self.org.get_repo("FatherBeaver")) |
| 194 | |
| 195 | def testReposStr(self): |
| 196 | with self.replayData("Team.testRepos.txt"): |
nothing calls this directly
no test coverage detected