/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2009-03-09 02:16:29 UTC
  • mfrom: (4090 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4100.
  • Revision ID: aaron@aaronbentley.com-20090309021629-o4j18ltv1hzuuyhl
Merge bzr.dev into clean-tree2

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""WorkingTree implementation tests for bzr.
19
19
 
20
20
These test the conformance of all the workingtre variations to the expected API.
21
 
Specific tests for individual formats are in the tests/test_workingtree file 
 
21
Specific tests for individual formats are in the tests/test_workingtree file
22
22
rather than in tests/workingtree_implementations/*.py.
23
23
"""
24
24
 
125
125
        'bzrlib.tests.workingtree_implementations.test_smart_add',
126
126
        'bzrlib.tests.workingtree_implementations.test_uncommit',
127
127
        'bzrlib.tests.workingtree_implementations.test_unversion',
 
128
        'bzrlib.tests.workingtree_implementations.test_views',
128
129
        'bzrlib.tests.workingtree_implementations.test_walkdirs',
129
130
        'bzrlib.tests.workingtree_implementations.test_workingtree',
130
131
        ]