~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/librarian/tests/test_smoketest.py

  • Committer: William Grant
  • Date: 2011-12-30 01:48:17 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230014817-7qmddxz1x941socp
Move the rest of canonical.librarian to lp.services.librarianserver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
__metaclass__ = type
7
7
 
 
8
from contextlib import contextmanager
8
9
from cStringIO import StringIO
9
 
from contextlib import contextmanager
10
10
 
11
11
from lp.services.librarian import smoketest
12
12
from lp.services.librarian.smoketest import (
14
14
    FILE_DATA,
15
15
    store_file,
16
16
    )
17
 
from canonical.librarian.testing.fake import FakeLibrarian
 
17
from lp.services.librarianserver.testing.fake import FakeLibrarian
 
18
from lp.testing import TestCaseWithFactory
18
19
from lp.testing.layers import ZopelessDatabaseLayer
19
 
from lp.testing import TestCaseWithFactory
20
20
 
21
21
 
22
22
class GoodUrllib: