def test_set_host(self): client.set_host("newhost") self.assertEqual(client.get_host(), "newhost") client.set_host("http://gazu-server/")
def test_set_host(self): raw.set_host("newhost") self.assertEqual(raw.get_host(), "newhost") raw.set_host("http://gazu-server/api")