~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mailman/tests/test_xmlrpcrunner.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:
19
19
    XMLRPCRunner,
20
20
    )
21
21
 
22
 
from canonical.config import config
23
 
from canonical.testing.layers import (
24
 
    BaseLayer,
25
 
    DatabaseFunctionalLayer,
26
 
    )
 
22
from lp.services.config import config
27
23
from lp.services.mailman.monkeypatches.xmlrpcrunner import (
28
24
    get_mailing_list_api_proxy,
29
25
    )
33
29
    )
34
30
from lp.services.xmlrpc import Transport
35
31
from lp.testing import TestCase
 
32
from lp.testing.layers import (
 
33
    BaseLayer,
 
34
    DatabaseFunctionalLayer,
 
35
    )
36
36
 
37
37
 
38
38
@contextmanager