Exemple #1
0
 def test_domain(self):
     assert Validator.domain('example.com')
     assert Validator.domain('example1.example.com')
     assert Validator.domain('example1.example.com.')
Exemple #2
0
 def test_domain(self):
     assert Validator.domain('example.com')
     assert Validator.domain('example1.example.com')
     assert Validator.domain('example1.example.com.')