| Current Path : /snap/certbot/5528/lib/python3.12/site-packages/certbot/_internal/tests/plugins/apache/ |
| 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