def setUp(self):
     self.client = CoredataClient(host=self.host,
                                  auth=(self.username, self.password))
 def test_init(self):
     CoredataClient(host='derp://example.coredata.is',
                    auth=('username', 'password'))