~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/hardwaredb/tests/test_doc.py

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
import os
9
9
 
10
 
from canonical.testing.layers import (
 
10
from lp.services.testing import build_test_suite
 
11
from lp.testing.layers import (
11
12
    LaunchpadFunctionalLayer,
12
13
    LaunchpadZopelessLayer,
13
14
    )
14
 
from lp.services.testing import build_test_suite
15
15
from lp.testing.systemdocs import (
16
16
    LayeredDocFileSuite,
17
17
    setUp,