almost everything working with fake_rabbit

This commit is contained in:
termie
2011-05-25 15:42:24 -07:00
parent 4c065cd03d
commit 5651a2773a
5 changed files with 35 additions and 9 deletions

View File

@@ -85,6 +85,7 @@ class TestCase(unittest.TestCase):
self._monkey_patch_attach()
self._monkey_patch_wsgi()
self._original_flags = FLAGS.FlagValuesDict()
rpc.ConnectionPool = rpc.Pool(max_size=30)
def tearDown(self):
"""Runs after each test method to tear down test environment."""