1
# Copyright 2009-2010 Canonical Ltd. This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
4
"""Launchpad app specific testing infrastructure for Windmill."""
12
from canonical.testing.layers import BaseWindmillLayer
15
class AppWindmillLayer(BaseWindmillLayer):
16
"""Layer for App Windmill tests."""
20
cls.base_url = cls.appserver_root_url()
21
super(AppWindmillLayer, cls).setUp()