Your IP : 216.73.216.52


Current Path : /snap/certbot/5451/lib/python3.12/site-packages/certbot_apache/_internal/tests/
Upload File :
Current File : //snap/certbot/5451/lib/python3.12/site-packages/certbot_apache/_internal/tests/conftest.py

from unittest import mock

import pytest

@pytest.fixture(autouse=True)
def mock_sleep():
    with mock.patch("time.sleep") as mocked:
        yield mocked