/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: 2019-05-29 03:22:34 UTC
  • mfrom: (7303 work)
  • mto: This revision was merged to the branch mainline in revision 7306.
  • Revision ID: jelmer@jelmer.uk-20190529032234-mt3fuws8gq03tapi
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)