Commit 03b23ae6 authored by Tres Seaver's avatar Tres Seaver

Not-a-testcase itself.

parent 57617381
......@@ -133,7 +133,7 @@ if using64bits:
return 0.5, 1.5
class _TestIFBTreesBase(unittest.TestCase):
class _TestIFBTreesBase(object):
def testNonIntegerKeyRaises(self):
self.assertRaises(TypeError, self._stringraiseskey)
......
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