X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Fhelper.py;fp=test%2Fhelper.py;h=b8e22c5cb42f2e14465e812ed624aaa5e102ff5c;hb=6c4c7539f222cd9e80dfae0b1c9dabbd45d1b3dc;hp=f2d87821290095c1f9526f50db5d80ab31969d56;hpb=c991106706c05401090bcba79e65feae5c7e3fda;p=youtube-dl diff --git a/test/helper.py b/test/helper.py index f2d878212..b8e22c5cb 100644 --- a/test/helper.py +++ b/test/helper.py @@ -143,6 +143,9 @@ def expect_value(self, got, expected, field): expect_value(self, item_got, item_expected, field) else: 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) elif isinstance(expected, compat_str) and expected.startswith('mincount:'): self.assertTrue(