Coverage for astrocyte/testing/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.15.0, created at 2026-07-04 05:24 +0000
« prev ^ index » next coverage.py v7.15.0, created at 2026-07-04 05:24 +0000
1"""Astrocyte test infrastructure — in-memory providers and conformance suites.
3Provider authors import from here to run conformance tests:
5 from astrocyte.testing import VectorStoreConformanceTests
6 from astrocyte.testing import InMemoryVectorStore
7"""