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

1"""Astrocyte test infrastructure — in-memory providers and conformance suites. 

2 

3Provider authors import from here to run conformance tests: 

4 

5 from astrocyte.testing import VectorStoreConformanceTests 

6 from astrocyte.testing import InMemoryVectorStore 

7"""