Exemplo n.º 1
0
 def test_safe_socket_connect(self):
     with pytest.raises(SuspiciousOperation):
         safe_socket_connect(("127.0.0.1", 80))
Exemplo n.º 2
0
 def test_safe_socket_connect(self):
     with pytest.raises(SuspiciousOperation):
         safe_socket_connect(('127.0.0.1', 80))