1
# Copyright 2011 Canonical Ltd. This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
4
"""TxLongPoll server fixture."""
11
from textwrap import dedent
13
from txlongpollfixture.server import TxLongPollFixture
16
class TxLongPollServer(TxLongPollFixture):
17
"""A TxLongPoll server fixture with Launchpad-specific config.
19
:ivar service_config: A snippet of .ini that describes the `txlongpoll`
24
super(TxLongPollServer, self).setUp()
26
self, 'service_config',
31
self.config.frontend_port)))