Exemple #1
0
 def test_ip(self):
     assert Validator.ip('127.0.0.1')
     assert not Validator.ip('127.0.0.256')
Exemple #2
0
 def test_ip(self):
     assert Validator.ip('127.0.0.1')
     assert not Validator.ip('127.0.0.256')