def test_decompression_size(self): size = zstd.estimate_decompression_context_size() self.assertGreater(size, 100000)