~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2006-07-29 03:57:49 UTC
  • mto: (1852.14.2 status-benchmarks)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: robertc@robertcollins.net-20060729035749-f4d52d3fcc448fd9
Add a first-cut Tree.walkdirs method.

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
    result = TestSuite()
225
225
    test_tree_implementations = [
226
226
        'bzrlib.tests.tree_implementations.test_test_trees',
 
227
        'bzrlib.tests.tree_implementations.test_walkdirs',
227
228
        ]
228
229
    adapter = TreeTestProviderAdapter(
229
230
        default_transport,