HPI/my/tests/conftest.py
2024-08-26 04:00:58 +01:00

8 lines
189 B
Python

import pytest
# I guess makes sense by default
@pytest.fixture(autouse=True)
def without_cachew():
from my.core.cachew import disabled_cachew
with disabled_cachew():
yield