~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/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:
15
15
    login,
16
16
    logout,
17
17
    )
18
 
from canonical.launchpad.testing.pages import PageTestSuite
19
 
from canonical.launchpad.testing.systemdocs import (
20
 
    LayeredDocFileSuite,
21
 
    setUp,
22
 
    tearDown,
23
 
    )
24
18
from canonical.testing.layers import (
25
19
    DatabaseLayer,
26
20
    LaunchpadFunctionalLayer,
33
27
    uploaderSetUp,
34
28
    uploadQueueSetUp,
35
29
    )
 
30
from lp.testing.pages import PageTestSuite
 
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__))