示例#1
0
 def test_match_dns_success(self):
     assert match_hostname(self.cert, 'touhou.gensokyo.jp') is None
示例#2
0
 def test_match_localhost_success(self):
     assert match_hostname(self.cert, 'localhost') is None
示例#3
0
 def test_match_ip_address_success(self):
     assert match_hostname(self.cert, '127.0.0.1') is None
示例#4
0
 def test_match_dns_success(self):
     assert match_hostname(self.cert, 'touhou.gensokyo.jp') is None
示例#5
0
 def test_match_localhost_success(self):
     assert match_hostname(self.cert, 'localhost') is None
示例#6
0
 def test_match_ip_address_success(self):
     assert match_hostname(self.cert, '127.0.0.1') is None