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