Your IP : 216.73.216.43


Current Path : /snap/certbot/5528/lib/python3.12/site-packages/certbot/_internal/tests/plugins/apache/
Upload File :
Current File : //snap/certbot/5528/lib/python3.12/site-packages/certbot/_internal/tests/plugins/apache/conftest.py

from unittest import mock

import pytest

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