~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webservice/tests/test_launchpadlib.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:
6
6
from launchpadlib.testing.helpers import salgado_with_full_permissions
7
7
import transaction
8
8
 
9
 
from canonical.testing.layers import AppServerLayer
10
9
from lp.testing import TestCaseWithFactory
 
10
from lp.testing.layers import AppServerLayer
11
11
 
12
12
 
13
13
class TestLaunchpadLib(TestCaseWithFactory):