We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222fe04 commit 046b2ecCopy full SHA for 046b2ec
tests/test_library.py
@@ -53,6 +53,11 @@ def test_library_section_get_movie(movies):
53
assert movies.get("Sita Sings the Blues")
54
55
56
+def test_library_MovieSection_getGuid(movies, movie):
57
+ result = movies.getGuid(guid=movie.guids[0].id)
58
+ assert result == movie
59
+
60
61
def test_library_section_movies_all(movies):
62
# size should always be none unless pagenation is being used.
63
assert movies.totalSize == 4
0 commit comments