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