~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/rabbit/tests/test_server.py

  • Committer: Raphael Badin
  • Date: 2011-09-27 07:58:30 UTC
  • mto: (14032.1.8 longpoll-uri-request)
  • mto: This revision was merged to the branch mainline in revision 14084.
  • Revision ID: raphael.badin@canonical.com-20110927075830-184lvmuqhab58jw5
Add TxLongPollServer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright 2011 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
 
"""Tests for lp.testing.fixture."""
 
4
"""Tests for lp.services.rabbit.RabbitServer."""
5
5
 
6
6
__metaclass__ = type
7
7