예제 #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