diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-07-09 01:07:47 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-07-09 09:07:10 +0530 |
commit | f2df4071651d124bf7bad47648a6eb7a9ce57369 (patch) | |
tree | a9077290f3fae5060e62453fe41dadd19d161d32 /test/test_YoutubeDL.py | |
parent | ca9def714a71151bec9e16ae0042a2c49f9ec99c (diff) | |
download | hypervideo-pre-f2df4071651d124bf7bad47648a6eb7a9ce57369.tar.lz hypervideo-pre-f2df4071651d124bf7bad47648a6eb7a9ce57369.tar.xz hypervideo-pre-f2df4071651d124bf7bad47648a6eb7a9ce57369.zip |
[cleanup] Misc cleanup
Diffstat (limited to 'test/test_YoutubeDL.py')
-rw-r--r-- | test/test_YoutubeDL.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_YoutubeDL.py b/test/test_YoutubeDL.py index 1eb3abc17..3e6f7ec3f 100644 --- a/test/test_YoutubeDL.py +++ b/test/test_YoutubeDL.py @@ -1053,6 +1053,7 @@ class TestYoutubeDL(unittest.TestCase): for v in get_downloaded_info_dicts(params, entries)] self.assertEqual(results, list(enumerate(zip(expected_ids, expected_ids))), f'Entries of {name} for {params}') self.assertEqual(sorted(evaluated), expected_eval, f'Evaluation of {name} for {params}') + test_selection({}, INDICES) test_selection({'playlistend': 20}, INDICES, True) test_selection({'playlistend': 2}, INDICES[:2]) |