/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 tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2009-02-27 17:36:23 UTC
  • mto: (0.23.23 groupcompress_rabin)
  • mto: This revision was merged to the branch mainline in revision 4280.
  • Revision ID: john@arbash-meinel.com-20090227173623-wbwvxgznqacu6u48
Start stripping out the actual GroupCompressor
in preparation for using the diff-delta code.
Add some tests that we can generate and apply diff deltas.

We need to start adding some exceptions, and consider moving the
core of the patch-delta loop back into a pure C function, as the
generated code is very messy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        '_groupcompress_c',
28
28
        ]
29
29
    standard_tests.addTests(loader.loadTestsFromModuleNames(
30
 
        ['bzrlib.plugins.groupcompress.tests.test_' + name for 
 
30
        ['bzrlib.plugins.groupcompress_rabin.tests.test_' + name for 
31
31
         name in test_modules]))
32
32
    return standard_tests