~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/tests/test_publishing.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:
35
35
    PackagePublishingPocket, PackagePublishingPriority,
36
36
    PackagePublishingStatus)
37
37
from canonical.launchpad.scripts import FakeLogger
38
 
from canonical.launchpad.testing.factory import LaunchpadObjectFactory
 
38
from lp.testing.factory import LaunchpadObjectFactory
39
39
from canonical.testing import LaunchpadZopelessLayer
40
40
 
41
41