~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-30 16:01:42 UTC
  • mfrom: (14032.1.16 longpoll-uri-request)
  • Revision ID: launchpad@pqm.canonical.com-20110930160142-iblt8kfp11iqkwsa
[r=allenap][no-qa] Populate cache.objects[longpoll][api] with
        config.txlongpoll.uri

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