~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/features/tests/test_webapp.py

  • Committer: Curtis Hovey
  • Date: 2011-12-28 17:03:06 UTC
  • mto: This revision was merged to the branch mainline in revision 14605.
  • Revision ID: curtis.hovey@canonical.com-20111228170306-n9fz94h85ckaoaf3
Separate test-authoring classes from test-running classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
from canonical.config import config
11
11
from lp.services.webapp.errorlog import globalErrorUtility
12
12
from lp.services.webapp.servers import LaunchpadTestRequest
13
 
from canonical.testing import layers
14
13
from lp.services.features import (
15
14
    getFeatureFlag,
16
15
    webapp,
18
17
from lp.services.features.testing import FeatureFixture
19
18
from lp.testing import (
20
19
    CaptureOops,
 
20
    layers,
21
21
    login_as,
22
22
    TestCase,
23
23
    TestCaseWithFactory,