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