1
# Copyright 2011 Canonical Ltd. This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
4
"""Test the ability to specify a facet for the yuixhr tests.
10
from lp.testing.yuixhr import make_suite
14
# You can specify a facet, as found in the vhost.* names in
15
# [root]/configs/testrunner-appserver/launchpad-lazr.conf . This
16
# can be convenient for code that must be run within a given subdomain.
17
return make_suite(__name__, 'bugs')