~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/tests/test_yuixhr_fixture_facet.py

[rs=buildbot-poller] automatic merge from stable. Revisions: 14253,
        14254, 14255, 14256, 14257, 14258, 14259 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2011 Canonical Ltd.  This software is licensed under the
 
2
# GNU Affero General Public License version 3 (see the file LICENSE).
 
3
 
 
4
"""Test the ability to specify a facet for the yuixhr tests.
 
5
"""
 
6
 
 
7
__metaclass__ = type
 
8
__all__ = []
 
9
 
 
10
from lp.testing.yuixhr import make_suite
 
11
 
 
12
 
 
13
def test_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')