Ejemplo n.º 1
0
 def test_check_keychain(self):
     config = BaseProjectConfig(BaseGlobalConfig())
     with self.assertRaises(KeychainNotFound):
         config._check_keychain()
Ejemplo n.º 2
0
 def test_check_keychain(self):
     config = BaseProjectConfig(BaseGlobalConfig())
     with self.assertRaises(KeychainNotFound):
         config._check_keychain()