hc99's picture
Add files using upload-large-folder tool
4021124 verified
from pytest_socket import disable_socket
def pytest_runtest_setup():
"""Disable Unix and TCP sockets for Data masking tests"""
disable_socket()