From f2df4071651d124bf7bad47648a6eb7a9ce57369 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Sat, 9 Jul 2022 01:07:47 +0530 Subject: [cleanup] Misc cleanup --- test/test_YoutubeDL.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_YoutubeDL.py') 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]) -- cgit v1.2.3