Home | History | Annotate | Download | only in tests

Lines Matching refs:_test_utils

9 from . import _test_utils
22 temp_uncompressed = _test_utils.get_temp_uncompressed_name(test_data)
23 temp_compressed = _test_utils.get_temp_compressed_name(test_data)
32 temp_compressed = _test_utils.get_temp_compressed_name(test_data)
41 temp_compressed = _test_utils.get_temp_compressed_name(test_data)
52 temp_compressed = _test_utils.get_temp_compressed_name(test_data)
63 _test_utils.generate_test_methods(_TestCompressor)
66 class TestCompressorQuality1(_TestCompressor, _test_utils.TestCase):
72 class TestCompressorQuality6(_TestCompressor, _test_utils.TestCase):
78 class TestCompressorQuality9(_TestCompressor, _test_utils.TestCase):
84 class TestCompressorQuality11(_TestCompressor, _test_utils.TestCase):