~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    removeSecurityProxy,
17
17
    )
18
18
 
19
 
from canonical.launchpad.testing.systemdocs import (
20
 
    LayeredDocFileSuite,
21
 
    setUp,
22
 
    tearDown,
23
 
    )
24
19
from canonical.launchpad.webapp.interfaces import ILaunchBag
25
20
from canonical.launchpad.webapp.testing import verifyObject
26
21
from canonical.testing.layers import (
55
50
    )
56
51
from lp.testing.factory import is_security_proxied_or_harmless
57
52
from lp.testing.matchers import Provides
 
53
from lp.testing.systemdocs import (
 
54
    LayeredDocFileSuite,
 
55
    setUp,
 
56
    tearDown,
 
57
    )
58
58
 
59
59
 
60
60
class RestrictedStructuralSubscriptionTestBase: