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 8e7c5e9 commit 6fd1b27Copy full SHA for 6fd1b27
tests/test_video.py
@@ -215,6 +215,8 @@ def test_video_Movie_attrs(movies):
215
assert len(part.key) >= 10
216
assert part._server._baseurl == utils.SERVER_BASEURL
217
assert utils.is_int(part.size, gte=1000000)
218
+ assert part.exists
219
+ assert part.accessible
220
# Stream 1
221
stream1 = part.streams[0]
222
assert stream1.bitDepth in (8, None)
@@ -506,6 +508,8 @@ def test_video_Episode_attrs(episode):
506
508
507
509
510
assert utils.is_int(part.size, gte=18184197)
511
512
513
514
515
def test_video_Season(show):
0 commit comments