~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Add a test for list_files, and implement it for DirStateRevisionTree

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
def test_suite():
248
248
    result = TestSuite()
249
249
    test_tree_implementations = [
 
250
        'bzrlib.tests.tree_implementations.test_list_files',
250
251
        'bzrlib.tests.tree_implementations.test_revision_tree',
251
252
        'bzrlib.tests.tree_implementations.test_test_trees',
252
253
        'bzrlib.tests.tree_implementations.test_tree',