コード例 #1
0
 def setUp(self):
     self.client = owners_client.GerritClient('host', 'project', 'branch')
コード例 #2
0
 def setUp(self):
     self.client = owners_client.GerritClient('host')
コード例 #3
0
 def setUp(self):
   self.client = owners_client.GerritClient('host', 'project', 'branch')
   self.addCleanup(mock.patch.stopall)