mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-13 07:27:09 +00:00
add poster check in test_video_Movie_attrs
This commit is contained in:
parent
c857feb52c
commit
9416bcbfaf
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ def test_video_Movie_attrs(movies):
|
|||
assert [i.tag for i in movie.directors] == ['Nina Paley']
|
||||
assert movie.duration >= 160000
|
||||
assert movie.fields == []
|
||||
assert movie.posters
|
||||
assert sorted([i.tag for i in movie.genres]) == ['Animation', 'Comedy', 'Fantasy', 'Musical', 'Romance']
|
||||
assert movie.guid == 'com.plexapp.agents.imdb://tt1172203?lang=en'
|
||||
assert utils.is_metadata(movie._initpath)
|
||||
|
|
Loading…
Reference in a new issue