From 829476b80a86819c79511f60f4fc25f09ab186b7 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 25 Aug 2014 17:02:52 +0200 Subject: [googlesearch] Move test to extractor --- test/test_download.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/test_download.py') diff --git a/test/test_download.py b/test/test_download.py index c8d4ec2c8..5d24300f1 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -142,6 +142,11 @@ def generator(test_case): 'Expected at least %d in playlist %s, but got only %d' % ( test_case['playlist_mincount'], test_case['url'], len(res_dict['entries']))) + if 'playlist_count' in test_case: + self.assertEqual( + len(res_dict['entries']), + test_case['playlist_count'], + 'Expected at %d in playlist %s, but got %d.') for tc in test_cases: tc_filename = get_tc_filename(tc) -- cgit 1.4.1