/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/plugins/launchpad/test_lp_directory.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-10-17 12:55:51 UTC
  • mfrom: (3777.1.18 launchpad-login)
  • Revision ID: pqm@pqm.ubuntu.com-20081017125551-l5zi213vopny82nt
Implement default ssh usernames via launchpad-login (abentley)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    )
24
24
from bzrlib.branch import Branch
25
25
from bzrlib.directory_service import directories
26
 
from bzrlib.tests import TestCase, TestCaseWithMemoryTransport
 
26
from bzrlib.tests import (
 
27
    TestCase,
 
28
    TestCaseInTempDir,
 
29
    TestCaseWithMemoryTransport
 
30
)
27
31
from bzrlib.transport import get_transport
28
32
from bzrlib.plugins.launchpad import _register_directory
29
33
from bzrlib.plugins.launchpad.lp_directory import (
46
50
        return self._result
47
51
 
48
52
 
49
 
class DirectoryUrlTests(TestCase):
 
53
class DirectoryUrlTests(TestCaseInTempDir):
50
54
    """Tests for branch urls through Launchpad.net directory"""
51
55
 
52
56
    def test_short_form(self):