Commit 43cd5dd3 authored by Barry Warsaw's avatar Barry Warsaw

Added AutopackTestBase class for testing the Berkeley Autopack

storage.
parent 53edfbd0
......@@ -51,3 +51,8 @@ class MinimalTestBase(BerkeleyTestBase):
class FullTestBase(BerkeleyTestBase):
from bsddb3Storage import Full
ConcreteStorage = Full.Full
class AutopackTestBase(BerkeleyTestBase):
from bsddb3Storage import Autopack
ConcreteStorage = Autopack.Autopack
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