Esempio n. 1
0
 def test_xs(self):
     xs = q0006.false_only(data)
     for x in xs:
         self.assertFalse(x)
Esempio n. 2
0
 def test_empty(self):
     self.assertEq([], q0006.false_only([]))