Block a user
[loop-generated] [test-coverage] Tests for multimodal.py (579 lines, zero coverage)
[kimi] test: add comprehensive tests for multimodal.py (#658)
[loop-generated] [test-coverage] Tests for multimodal.py (579 lines, zero coverage)
PR created with 40+ tests for multimodal.py. Covers ModelCapability enum, ModelInfo dataclass, MultiModalManager (init, refresh, capability detection, fallback chains, model pulling, content-type…
[kimi] test: add comprehensive tests for multimodal.py (#658)
[loop-generated] [bug] 256 test errors from missing swarm module — need stub or optional import guard
[loop-generated] [bug] 256 test errors from missing swarm module — need stub or optional import guard
Investigated this issue on branch kimi/issue-657. Running tox -e unit produces 2205 passed, 1 skipped, 0 errors — the 256 test collection errors are no longer present.
The swarm module…
[loop-generated] [test-coverage] No tests for config.py (507 lines) and multimodal.py (579 lines)
[kimi] test: add comprehensive tests for config.py (#648)
[loop-generated] [test-coverage] No tests for config.py (507 lines) and multimodal.py (579 lines)
PR #693 created. Added tests/test_config_module.py with 48 tests covering: defaults, env var overrides, type validation, edge cases, normalize_ollama_url, _compute_repo_root, `model_post_init…
[kimi] test: add comprehensive tests for config.py (#648)
[kimi] fix: add logging to silent except Exception handlers (#646)