Commit c771334f authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent fc92c29c
......@@ -246,7 +246,7 @@ class BerkeleyBase(BaseStorage):
else:
self._autopacker = None
self.log('ready')
def _version_check(self, txn):
raise NotImplementedError
......
......@@ -91,6 +91,5 @@ def makeSuite(*args,**kw):
suite.addTest(unittest.makeSuite(klass, prefix))
else:
sys.stderr.write("BDBStorage not available, tests disabled\n")
return suite
......@@ -251,7 +251,7 @@ def test_suite():
WhiteboxHighLevelMinimal,
WhiteboxLowLevelFull,
WhiteboxHighLevelFull,
)
)
if __name__ == '__main__':
......
......@@ -81,7 +81,7 @@ def test_suite():
return BDBStorage.tests.BerkeleyTestBase.makeSuite(
MinimalCommitAndRead,
FullCommitAndRead
)
)
if __name__ == '__main__':
unittest.main(defaultTest='test_suite')
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