~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/tests/test_branch.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-05-13 02:05:17 UTC
  • mfrom: (8400.1.10 move-factory)
  • Revision ID: launchpad@pqm.canonical.com-20090513020517-lqhuvc2f49bqp6r6
[r=jml][ui=none] Move LaunchpadObjectFactory and other testing
        methods into lp.testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
from lp.code.interfaces.branchnamespace import IBranchNamespaceSet
54
54
from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
55
55
from lp.soyuz.interfaces.publishing import PackagePublishingPocket
56
 
from canonical.launchpad.testing import (
57
 
    LaunchpadObjectFactory, run_with_login, TestCase, TestCaseWithFactory,
58
 
    time_counter)
 
56
from lp.testing import (
 
57
    run_with_login, TestCase, TestCaseWithFactory, time_counter)
 
58
from lp.testing.factory import LaunchpadObjectFactory
59
59
from canonical.launchpad.webapp.interfaces import IOpenLaunchBag
60
60
 
61
61
from canonical.testing import DatabaseFunctionalLayer, LaunchpadZopelessLayer