Example #1
0
 def test_issubset_no(self):
     ss = StackSet(xrange(0,7))
     tt = StackSet(xrange(1,7))
     assert not ss.issubset(tt)