4021124
1
2
3
4
5
6
7
from pytest_socket import disable_socket def pytest_runtest_setup(): """Disable Unix and TCP sockets for Data masking tests""" disable_socket()