Ejemplo n.º 1
0
 def test_base_endpoint_init(self):
     client = APIClient('username', 'password', 'app_key')
     streaming = Streaming(client)
     assert streaming.client == client
Ejemplo n.º 2
0
 def setUp(self):
     client = APIClient('username', 'password', 'app_key', 'UK')
     self.scores = Streaming(client)