aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/cache_test.rs
AgeCommit message (Collapse)Author
2026-06-21test(cache): port CacheTestnsfisis
clearCache verified against a real Cache over a temp dir; the gc() cases mock Cache::getFinder (not overridable from a test) and are stubbed. setUp/tearDown not ported. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-21test: add empty test filesnsfisis