Skip to content

Commit

Permalink
try to make sure _Test classes have max sizes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed May 22, 2014
1 parent ded9e2b commit 4c9aa9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BTrees/tests/test__base.py
Expand Up @@ -30,6 +30,8 @@ def _getTargetClass(self):

def _makeOne(self, items=None):
class _Test(self._getTargetClass()):
max_bucket_size = 10
max_btree_size = 15
def clear(self):
self._data = {}
def update(self, d):
Expand Down

0 comments on commit 4c9aa9b

Please sign in to comment.