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 message documentation."""
10
from canonical.testing.layers import LaunchpadFunctionalLayer
11
from lp.services.testing import build_test_suite
14
here = os.path.dirname(os.path.realpath(__file__))
18
suite = build_test_suite(here, {}, layer=LaunchpadFunctionalLayer)