~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_branch/test_create_checkout.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-29 14:12:42 UTC
  • mfrom: (6104.2.4 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20110829141242-gqvd3pz0tdcgnhfy
(jelmer) Various improvements to the testsuite to allow running against
 foreign branches. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Tests for the Branch.create_checkout"""
18
18
 
19
 
from bzrlib import (
20
 
    branch,
21
 
    )
22
19
from bzrlib.tests import per_branch
23
20
 
24
21