python-plexapi/tests/test_actions.py

10 lines
136 B
Python
Raw Normal View History

2017-02-02 04:47:22 +00:00
# -*- coding: utf-8 -*-
def test_refresh_section(tvshows):
tvshows.refresh()
def test_refresh_video(movie):
movie.refresh()