18
18
"""Tests for chunks_to_lines."""
26
26
def load_tests(standard_tests, module, loader):
27
27
suite, _ = tests.permute_tests_for_extension(
28
standard_tests, loader, 'brzlib._chunks_to_lines_py',
28
standard_tests, loader, 'breezy._chunks_to_lines_py',
32
32
# test_osutils depends on this feature being around. We can't just use the one
33
33
# generated by load_tests, because if we only load osutils but not this module,
34
34
# then that code never gets run
35
35
compiled_chunkstolines_feature = features.ModuleAvailableFeature(
39
39
class TestChunksToLines(tests.TestCase):