~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/tree_implementations/__init__.py

Implement Tree.annotate_iter for RevisionTree and WorkingTree

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
    result = TestSuite()
193
193
    test_tree_implementations = [
194
194
        'bzrlib.tests.tree_implementations.test_test_trees',
 
195
        'bzrlib.tests.tree_implementations.test_tree',
195
196
        ]
196
197
    adapter = TreeTestProviderAdapter(
197
198
        default_transport,