1
# Copyright 2009 Canonical Ltd. This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
5
Run the doctests and pagetests.
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
return build_test_suite(here, layer=LaunchpadFunctionalLayer)