test: remove stdlib mocks, strengthen integration coverage (#489)

Signed-off-by: phernandez <paul@basicmachines.co>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Paul Hernandez
2026-01-02 14:22:01 -06:00
committed by GitHub
parent a4000f64ce
commit b4486d20bd
97 changed files with 3681 additions and 3573 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from typing import TYPE_CHECKING, Dict, List, Set
from pydantic import BaseModel, Field
# avoid cirular imports
if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
from basic_memory.sync.sync_service import SyncReport