~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Marien Zwart
  • Date: 2007-03-12 02:35:23 UTC
  • mto: (2348.1.1 mz.symlinks)
  • mto: This revision was merged to the branch mainline in revision 2349.
  • Revision ID: marienz@gentoo.org-20070312023523-h4bhx3oyqmbd27tf
Move some tests that do not need a working tree from workingtree_implementations to tree_implementations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
    test_tree_implementations = [
310
310
        'bzrlib.tests.tree_implementations.test_get_file_mtime',
311
311
        'bzrlib.tests.tree_implementations.test_get_symlink_target',
 
312
        'bzrlib.tests.tree_implementations.test_inv',
312
313
        'bzrlib.tests.tree_implementations.test_list_files',
313
314
        'bzrlib.tests.tree_implementations.test_revision_tree',
314
315
        'bzrlib.tests.tree_implementations.test_test_trees',