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