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