~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/coop/answersbugs/tests/test_doc.py

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    ANONYMOUS,
14
14
    login,
15
15
    )
16
 
from canonical.launchpad.testing.systemdocs import (
17
 
    LayeredDocFileSuite,
18
 
    setUp,
19
 
    tearDown,
20
 
    )
21
16
from canonical.testing.layers import (
22
17
    DatabaseFunctionalLayer,
23
18
    LaunchpadZopelessLayer,
33
28
    uploadQueueSetUp,
34
29
    )
35
30
from lp.testing.mail_helpers import pop_notifications
 
31
from lp.testing.systemdocs import (
 
32
    LayeredDocFileSuite,
 
33
    setUp,
 
34
    tearDown,
 
35
    )
36
36
 
37
37
 
38
38
here = os.path.dirname(os.path.realpath(__file__))