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