def get_client(self, **kwargs): return test_client.get_client(url="http://localhost:{}".format(self.PORT), **kwargs)
def setUp(self): self._client = test_client.get_client( url="http://localhost:{}".format(self.PORT), token=self.TOKEN, retries=10)