Exemplo n.º 1
0
 def test_lt_bitrate_matcher_false(self):
     matcher = search._LtMatcher('__bitrate', 100000, lambda x: x)
     self.str.track.set_tag_raw('__bitrate', 128000)
     assert not matcher.match(self.str)
Exemplo n.º 2
0
 def test_lt_bitrate_matcher_false(self):
     matcher = search._LtMatcher('__bitrate', 100000, lambda x: x)
     self.str.track.set_tag_raw('__bitrate', 128000)
     assert not matcher.match(self.str)