/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/test__chunks_to_lines.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-16 23:19:12 UTC
  • mfrom: (7180 work)
  • mto: This revision was merged to the branch mainline in revision 7294.
  • Revision ID: jelmer@jelmer.uk-20181116231912-e043vpq22bdkxa6q
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        'breezy._chunks_to_lines_pyx')
30
30
    return suite
31
31
 
 
32
 
32
33
# test_osutils depends on this feature being around. We can't just use the one
33
34
# generated by load_tests, because if we only load osutils but not this module,
34
35
# then that code never gets run
38
39
 
39
40
class TestChunksToLines(tests.TestCase):
40
41
 
41
 
    module = None # Filled in by test parameterization
 
42
    module = None  # Filled in by test parameterization
42
43
 
43
44
    def assertChunksToLines(self, lines, chunks, alreadly_lines=False):
44
45
        result = self.module.chunks_to_lines(chunks)