FEA-Bench / testbed /aws-powertools__powertools-lambda-python /tests /functional /data_masking /conftest.py
| from pytest_socket import disable_socket | |
| def pytest_runtest_setup(): | |
| """Disable Unix and TCP sockets for Data masking tests""" | |
| disable_socket() | |