Test for background updates

This commit is contained in:
Mark Haines 2015-11-10 15:51:40 +00:00
parent a412b9a465
commit 36c58b18a3
2 changed files with 79 additions and 0 deletions

View file

@ -243,6 +243,9 @@ class MockClock(object):
else:
self.timers.append(t)
def advance_time_msec(self, ms):
self.advance_time(ms / 1000.)
class SQLiteMemoryDbPool(ConnectionPool, object):
def __init__(self):