fix: list_collections 异常向上传播而非静默吞掉

This commit is contained in:
2026-07-10 15:28:03 +08:00
parent 3308636086
commit 2e95f68864
4 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ md-vector-db/
## 测试
```bash
uv run pytest tests/ -v # 全部测试 (46 个)
uv run pytest tests/ -v # 全部测试 (115+ 个)
uv run pytest tests/test_embedder.py -v # 嵌入器测试
uv run pytest tests/ -v -k "search" # 按名称过滤
uv run pytest tests/ -v --cov=src --cov-report=term-missing # 覆盖率