Fix tests for pooling helpers.

This commit is contained in:
lericson 2009-09-22 00:17:23 +02:00
parent 213e503ba5
commit 75f3c5d803

View File

@ -133,6 +133,8 @@ class ClientPool(list):
... mc.set("hi", "ho")
... mc.delete("hi")
...
True
True
"""
@contextmanager
@ -165,6 +167,8 @@ class ThreadMappedPool(dict):
... mc.set("hi", "ho")
... mc.delete("hi")
...
True
True
"""
def __new__(cls, master):