Commit 01a7f4a3 authored by Yusei Tahara's avatar Yusei Tahara

Call DummyConnection.register() for coveralls.

parent 354cb66e
...@@ -1139,6 +1139,7 @@ class CPickleCacheTests(PickleCacheTests): ...@@ -1139,6 +1139,7 @@ class CPickleCacheTests(PickleCacheTests):
pass pass
dummy_connection = DummyConnection() dummy_connection = DummyConnection()
dummy_connection.register(1) # for coveralls
def makePersistent(oid): def makePersistent(oid):
persist = self._getDummyPersistentClass()() persist = self._getDummyPersistentClass()()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment