0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oG-Memory
  2. /
  3. tests
  4. /
  5. unit
  6. /
  7. providers
  8. /
  9. embedder
dawnbreaker28dawnbreaker28fix(test): update 15 test files to match current API signatures
33545095创建于 24 天前历史提交
文件最后提交记录最后更新时间
test_mock_embedder.py
feat(providers): add MockEmbedder for testing - MockEmbedder: deterministic vectors based on text hash - ZeroEmbedder: zero vectors for isolation testing - Unit tests: 8 tests covering basic behavior 2 个月前
test_openai_embedder.py
fix(test): update 15 test files to match current API signatures 76 tests were broken due to implementation changes outpacing test updates. All fixes are test-only changes, no source code modified. Key changes: - PolicyRouter/ContextWriter: add required registry/policy_router params - OpenAI providers: update constructor assertions (timeout, http_client, json_mode) - OpenGauss index: handle auto-table creation, MERGE INTO syntax - Misc: attribution, truncation, query planner, health check, outbox liveness Result: 908 passed, 12 skipped, 0 failed Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 25 天前