예제 #1
0
 def test_zero(self):
     validators.non_negative_int_validator(0)
예제 #2
0
 def test_zero(self):
     validators.non_negative_int_validator(0)
예제 #3
0
 def test_positive(self):
     validators.non_negative_int_validator(2)
예제 #4
0
 def test_positive(self):
     validators.non_negative_int_validator(2)