コード例 #1
0
 def test_positive_passes(self):
     self.assertIsNone(verify.not_negative_numeric(candidate=1.3))
コード例 #2
0
ファイル: test_verify.py プロジェクト: Yottabits/DotStar
 def test_positive_passes(self):
     self.assertIsNone(verify.not_negative_numeric(candidate=1.3))
コード例 #3
0
 def test_null_float_passes(self):
     self.assertIsNone(verify.not_negative_numeric(candidate=0.0))
コード例 #4
0
ファイル: test_verify.py プロジェクト: Yottabits/DotStar
 def test_null_float_passes(self):
     self.assertIsNone(verify.not_negative_numeric(candidate=0.0))