~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archiveuploader/tests/test_uploadprocessor.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:46:24 UTC
  • mfrom: (14562.1.4 apocalypse)
  • Revision ID: launchpad@pqm.canonical.com-20111222044624-zzfwcfyel4n7bjpu
[r=wgrant][no-qa] Move some test helpers from canonical.launchpad to
        lp.*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from canonical.config import config
28
28
from canonical.database.constants import UTC_NOW
29
29
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
30
 
from canonical.launchpad.testing.fakepackager import FakePackager
31
30
from canonical.testing.layers import LaunchpadZopelessLayer
32
31
from lp.app.errors import NotFoundError
33
32
from lp.archiveuploader.nascentupload import NascentUpload
98
97
    )
99
98
from lp.soyuz.model.sourcepackagerelease import SourcePackageRelease
100
99
from lp.soyuz.scripts.initialize_distroseries import InitializeDistroSeries
 
100
from lp.soyuz.tests.fakepackager import FakePackager
101
101
from lp.testing import (
102
102
    TestCase,
103
103
    TestCaseWithFactory,