mirror of
https://github.com/google/brotli.git
synced 2026-09-23 15:15:35 +00:00
committed by
GitHub
parent
a238f5bac9
commit
2c03482569
@@ -21,6 +21,9 @@ class TestDecompressor(_test_utils.TestCase):
|
||||
def setUp(self):
|
||||
self.decompressor = brotli.Decompressor()
|
||||
|
||||
def tearDown(self):
|
||||
self.decompressor = None
|
||||
|
||||
def _check_decompression(self, test_data):
|
||||
# Verify decompression matches the original.
|
||||
temp_uncompressed = _test_utils.get_temp_uncompressed_name(test_data)
|
||||
|
||||
Reference in New Issue
Block a user