jdmagent / tests /conftest.py
expAge
chore: bootstrap JDM Agent project (Phase 0 + Phase 1)
6851b52
import tempfile
import pytest
from jdm_agent.client.cache import DiskJSONCache
@pytest.fixture
def temp_cache(tmp_path):
return DiskJSONCache(cache_dir=tmp_path / "cache")