Exemplo n.º 1
0
 def test_localhost(self):
     self.assertEqual(check_connectivity("http://127.0.0.1:9001"), True)
Exemplo n.º 2
0
 def test_personal_dn(self):
     self.assertEqual(check_connectivity("http://www.dkroell.com"), True)
Exemplo n.º 3
0
 def test_false_dn(self):
     self.assertEqual(check_connectivity("http://128.144"), False)