21
21
"""Set up the Google web service stub for use in functional tests.
25
24
# XXX gary 2008-12-06 bug=305858: Spurious test failures discovered on
26
25
# buildbot, builds 40 and 43. The locations of the failures are marked
27
26
# below with " # SPURIOUS FAILURE". To reinstate, add the text below back
28
27
# to the docstring above. Note that the test that uses this setup,
32
30
>>> from lp.services.googlesearch.googletestservice import (
33
31
... service_is_available)