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