python-plexapi/tests/test_actions.py
JonnyWong16 f0ed19c2fe
Add PlayedUnplayedMixin (#984)
* Add PlayedUnplayedMixin

* Deprecate Video isPlayed, markWatched, and markUnwatched

* Rename all deprecated methods

* Return self to enable method chaining

* Update tests for audio markPlayed / markUnplayed using history

* Remove duplicate video history tests
2022-08-26 12:14:24 -07:00

9 lines
136 B
Python

# -*- coding: utf-8 -*-
def test_refresh_section(tvshows):
tvshows.refresh()
def test_refresh_video(movie):
movie.refresh()