Exemplo n.º 1
0
 def test_is_strict_int_incorrect_value(self, data):
     assert not is_strict_int(value=data)
Exemplo n.º 2
0
 def test_is_strict_int(self, data):
     assert is_strict_int(value=data)