python-plexapi/tests/test_client.py

218 lines
3.4 KiB
Python
Raw Normal View History

2017-02-01 23:47:22 -05:00
# -*- coding: utf-8 -*-
import pytest
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient__loadData(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_connect(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_contextMenu(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_goBack(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_goToHome(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_goToMedia(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_goToMusic(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_headers(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_isPlayingMedia(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_moveDown(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_moveLeft(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_moveRight(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_moveUp(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_nextLetter(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_pageDown(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_pageUp(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_pause(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_play(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_playMedia(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_previousLetter(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_proxyThroughServer(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_query(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_refreshPlayQueue(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_seekTo(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_select(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_sendCommand(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_setAudioStream(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_setParameters(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_setRepeat(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_setShuffle(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_setStreams(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_setSubtitleStream(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_setVideoStream(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_setVolume(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_skipNext(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_skipPrevious(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_skipTo(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_stepBack(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_stepForward(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_stop(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_timeline(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_toggleOSD(pms):
pass
2017-02-01 23:47:22 -05:00
@pytest.mark.req_client
def _test_client_PlexClient_url(pms):
pass