mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-15 08:27:17 +00:00
add tests for presence of movie reviews and extras
This commit is contained in:
parent
2d08f2d179
commit
aaa0a9758b
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ def test_video_Movie_attrs(movies):
|
|||
assert movie.duration >= 160000
|
||||
assert movie.fields == []
|
||||
assert movie.posters()
|
||||
assert movie.reviews()
|
||||
assert movie.extras()
|
||||
assert sorted([i.tag for i in movie.genres]) == [
|
||||
"Animation",
|
||||
"Comedy",
|
||||
|
|
Loading…
Reference in a new issue