Ejemplo n.º 1
0
    def test_get_channel_formats(self):
        client = Client()

        for channel_id in Client.CHANNEL_ID_LIST:
            result = client.get_formats(channel_id)
            pass

        pass
Ejemplo n.º 2
0
    def test_get_channel_formats(self):
        client = Client()

        for channel_id in Client.CHANNEL_ID_LIST:
            result = client.get_formats(channel_id)
            pass

        pass