~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2009-07-10 07:14:02 UTC
  • mto: (4525.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4526.
  • Revision ID: mbp@sourcefrog.net-20090710071402-dga5lhvdup5jeere
Rename remaining *_implementations tests

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('.')