Example #1
0
 def test_positive_passes(self):
     self.assertIsNone(verify.not_negative_numeric(candidate=1.3))
Example #2
0
 def test_positive_passes(self):
     self.assertIsNone(verify.not_negative_numeric(candidate=1.3))
Example #3
0
 def test_null_float_passes(self):
     self.assertIsNone(verify.not_negative_numeric(candidate=0.0))
Example #4
0
 def test_null_float_passes(self):
     self.assertIsNone(verify.not_negative_numeric(candidate=0.0))