Fix unit tests

pull/1683/head
Erik Johnston 2016-12-09 16:48:48 +00:00
parent fbaf868f62
commit 8b34f71bea
1 changed files with 4 additions and 0 deletions

View File

@ -294,6 +294,10 @@ class MockClock(object):
def advance_time_msec(self, ms):
self.advance_time(ms / 1000.)
def time_bound_deferred(self, d, *args, **kwargs):
# We don't bother timing things out for now.
return d
class SQLiteMemoryDbPool(ConnectionPool, object):
def __init__(self):