Example #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)
Example #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)