Commit 201b339d authored by Jason Madden's avatar Jason Madden

One more test for set keys

parent 7b48768a
...@@ -1149,6 +1149,8 @@ class NormalSetTests(Base): ...@@ -1149,6 +1149,8 @@ class NormalSetTests(Base):
t.insert(x) t.insert(x)
diff = lsubtract(t.keys(), r) diff = lsubtract(t.keys(), r)
self.assertEqual(diff, []) self.assertEqual(diff, [])
diff = lsubtract(t.keys(None,None), r)
self.assertEqual(diff, [])
def testClear(self): def testClear(self):
......
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