~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/scripts/tests/test_logger.py

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
from testtools.matchers import DocTestMatches
14
14
 
 
15
from canonical.testing.layers import BaseLayer
15
16
from lp.services.scripts.logger import LaunchpadFormatter
16
 
from canonical.launchpad.testing.systemdocs import LayeredDocFileSuite
17
 
from canonical.testing.layers import BaseLayer
18
17
from lp.services.utils import traceback_info
19
18
from lp.testing import TestCase
 
19
from lp.testing.systemdocs import LayeredDocFileSuite
20
20
 
21
21
 
22
22
DOCTEST_FLAGS = (