~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/tests/test_bugs_webservice.py

[r=wgrant][no-qa] Merge canonical.launchpad.testing into lp.testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    login,
26
26
    logout,
27
27
    )
28
 
from canonical.launchpad.testing.pages import LaunchpadWebServiceCaller
29
28
from canonical.launchpad.webapp import snapshot
30
29
from canonical.launchpad.webapp.servers import LaunchpadTestRequest
31
30
from canonical.testing.layers import (
42
41
    )
43
42
from lp.testing._webservice import QueryCollector
44
43
from lp.testing.matchers import HasQueryCount
 
44
from lp.testing.pages import LaunchpadWebServiceCaller
45
45
from lp.testing.sampledata import (
46
46
    ADMIN_EMAIL,
47
47
    USER_EMAIL,