Skip to content

Commit 7233f5f

Browse files
authored
Merge pull request #805 from JonnyWong16/feature/playlist_poster
Add test for changing Playlist poster
2 parents e13fb27 + 96a35dc commit 7233f5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_playlist.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from plexapi.exceptions import BadRequest, NotFound, Unsupported
66

77
from . import conftest as utils
8+
from . import test_mixins
89

910

1011
def test_Playlist_attrs(playlist):
@@ -255,3 +256,8 @@ def test_Playlist_exceptions(plex, movies, movie, artist):
255256
playlist.moveItem(movie)
256257
finally:
257258
playlist.delete()
259+
260+
261+
def test_Playlist_mixins_images(playlist):
262+
#test_mixins.edit_art(playlist)
263+
test_mixins.edit_poster(playlist)

0 commit comments

Comments
 (0)