Exemplo n.º 1
0
 def setUp(self):
   mox.MoxTestBase.setUp(self)
   self.stubs = stubout.StubOutForTesting()
   self.pac = client.SimianAuthClient()
Exemplo n.º 2
0
 def setUp(self):
     super(SimianAuthClientTest, self).setUp()
     self.pac = client.SimianAuthClient()
Exemplo n.º 3
0
  def GetSimianClientInstance(self, *args, **kwargs):
    """Returns an instance of the Simian client to use within this CLI.

    CLI subclasses should override this if necessary.
    """
    return client.SimianAuthClient(*args, **kwargs)