~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

Various small changes in aid of making tests pass (including deleting one invalid test).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1669
1669
            # branch and create a local checkout.
1670
1670
            if not os.path.exists('_checkouts'):
1671
1671
                os.mkdir('_checkouts')
1672
 
            return b.create_checkout('_checkouts/' + relpath)
 
1672
            return b.create_checkout('_checkouts/' + relpath, lightweight=True)
1673
1673
 
1674
1674
    def assertIsDirectory(self, relpath, transport):
1675
1675
        """Assert that relpath within transport is a directory.