~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2008-07-24 14:59:42 UTC
  • mto: (0.17.18 trunk)
  • mto: This revision was merged to the branch mainline in revision 4280.
  • Revision ID: john@arbash-meinel.com-20080724145942-fhz7q6fpw8kde40q
Start writing tests directly for the compiled class

These tests are implementation tests, rather than interface tests. To make it
easier to assert that the internals are properly written.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        'errors',
25
25
        'equivalence_table',
26
26
        'groupcompress',
 
27
        '_groupcompress_c',
27
28
        ]
28
29
    standard_tests.addTests(loader.loadTestsFromModuleNames(
29
30
        ['bzrlib.plugins.groupcompress.tests.test_' + name for