~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2009-06-17 19:38:58 UTC
  • mto: This revision was merged to the branch mainline in revision 4522.
  • Revision ID: john@arbash-meinel.com-20090617193858-y7qy0zhsxeoewoyd
Initial api for Annotator.

Currently just a thunk around the other annotation code.
But it defines the api as returning multiple possible sources
for each line. And separates the annotations into a separate
list from the actual lines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3344
3344
                   'bzrlib.tests.per_repository',
3345
3345
                   'bzrlib.tests.per_repository_chk',
3346
3346
                   'bzrlib.tests.per_repository_reference',
 
3347
                   'bzrlib.tests.test__annotator',
3347
3348
                   'bzrlib.tests.test__chk_map',
3348
3349
                   'bzrlib.tests.test__dirstate_helpers',
3349
3350
                   'bzrlib.tests.test__groupcompress',