add test module

This commit is contained in:
2026-08-16 15:39:52 +08:00
parent d0310620fc
commit 6e4d93cea6
46 changed files with 3880 additions and 206 deletions

View File

@@ -0,0 +1,7 @@
from sentence_api.store import BoundaryStore
def test_missing_legacy_index_starts_empty(tmp_path):
store = BoundaryStore(tmp_path / "not-created-yet.json")
assert store.count() == 0