Files
semantica/tests/graph_store
Mohd KaifandClaude Sonnet 4.6 501142e8de fix: resolve test_age_store isolation failure when run with full suite (#357)
Evict semantica.graph_store.age_store from sys.modules before importing
it with the mocked psycopg2, so the mock takes effect even when other
tests have already loaded the semantica package (and cached age_store
with its original psycopg2 binding).

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 17:35:11 +05:30
..