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