Coverage for node / src / stigmem_conformance / __init__.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.13.5, created at 2026-05-25 01:49 +0000

1"""stigmem-conformance: multi-backend behavioral conformance suite. 

2 

3Run against a stigmem node (all backends):: 

4 

5 python -m stigmem_conformance --backend sqlite 

6 python -m stigmem_conformance --backend libsql 

7 python -m stigmem_conformance --backend postgres --report report.md 

8 

9The suite exercises every implemented StorageBackend against the same 

10behavioral contract and emits a Markdown report suitable for embedding 

11in operator documentation. 

12""" 

13 

14__version__ = "0.9.0a9"