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