mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	[test/helper] Check got values to be strings for md5: fields
Seen in PBSIE tests
This commit is contained in:
		| @@ -143,6 +143,9 @@ def expect_value(self, got, expected, field): | |||||||
|             expect_value(self, item_got, item_expected, field) |             expect_value(self, item_got, item_expected, field) | ||||||
|     else: |     else: | ||||||
|         if isinstance(expected, compat_str) and expected.startswith('md5:'): |         if isinstance(expected, compat_str) and expected.startswith('md5:'): | ||||||
|  |             self.assertTrue( | ||||||
|  |                 isinstance(got, compat_str), | ||||||
|  |                 'Expected field %s to be a unicode object, but got value %r of type %r' % (field, got, type(got))) | ||||||
|             got = 'md5:' + md5(got) |             got = 'md5:' + md5(got) | ||||||
|         elif isinstance(expected, compat_str) and expected.startswith('mincount:'): |         elif isinstance(expected, compat_str) and expected.startswith('mincount:'): | ||||||
|             self.assertTrue( |             self.assertTrue( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan