def test_get_stream(self):
     login_data = Client().login(username=self.USERNAME,
                                 password=self.PASSWORD)
     client = Client(access_token=login_data['access_token'])
     json_data = client.get_stream()
     pass
 def test_get_stream(self):
     login_data = Client().login(username=self.USERNAME, password=self.PASSWORD)
     client = Client(access_token=login_data['access_token'])
     json_data = client.get_stream()
     pass