~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/scripts/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:
7
7
 
8
8
import os
9
9
 
10
 
from canonical.launchpad.testing.systemdocs import (
11
 
    LayeredDocFileSuite,
12
 
    setUp,
13
 
    tearDown,
14
 
    )
15
10
from canonical.testing.layers import (
16
11
    DatabaseLayer,
17
12
    LaunchpadZopelessLayer,
18
13
    )
19
14
from lp.services.testing import build_test_suite
 
15
from lp.testing.systemdocs import (
 
16
    LayeredDocFileSuite,
 
17
    setUp,
 
18
    tearDown,
 
19
    )
20
20
 
21
21
 
22
22
here = os.path.dirname(os.path.realpath(__file__))