~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_tree/test_test_trees.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-10 14:00:21 UTC
  • mfrom: (4525.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090710140021-2kq4yhui3de6mwt7
(mbp, vila) Finish the *_implementation to per_* test renaming

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
 
"""Tests for the test trees used by the tree_implementations tests."""
 
17
"""Tests for the test trees used by the per_tree tests."""
18
18
 
19
19
from bzrlib import tests
20
 
from bzrlib.tests import tree_implementations
21
 
 
22
 
 
23
 
class TestTreeShapes(tree_implementations.TestCaseWithTree):
 
20
from bzrlib.tests import per_tree
 
21
 
 
22
 
 
23
class TestTreeShapes(per_tree.TestCaseWithTree):
24
24
 
25
25
    def test_empty_tree_no_parents(self):
26
26
        tree = self.make_branch_and_tree('.')