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