zotero-kb/tests
Saberlve aaafa78883 feat: Add multilingual support for project cards and attachments
- Introduced `card_language` attribute in ProjectRecord and Workspace classes to handle multiple languages for project cards.
- Updated project creation and renaming methods to accept and store the card language.
- Enhanced ZoteroReader to read and return attachment metadata, including language-specific summaries and claims.
- Modified LLM client to generate card content based on the specified language, supporting both English and Chinese.
- Updated tests to cover new functionality, ensuring correct handling of multilingual card generation and retrieval.
- Adjusted UI tests to verify the presence of language selection options and proper rendering of multilingual content.
2026-04-22 10:21:03 +08:00
..
fixtures test: add missing fixture files and __init__.py to worktree 2026-04-15 18:58:46 +08:00
__init__.py test: add missing fixture files and __init__.py to worktree 2026-04-15 18:58:46 +08:00
test_api.py feat: Add multilingual support for project cards and attachments 2026-04-22 10:21:03 +08:00
test_cards.py feat: Add multilingual support for project cards and attachments 2026-04-22 10:21:03 +08:00
test_config.py initiation 2026-04-16 13:34:39 +08:00
test_llm.py feat: Add multilingual support for project cards and attachments 2026-04-22 10:21:03 +08:00
test_projects.py feat: Add multilingual support for project cards and attachments 2026-04-22 10:21:03 +08:00
test_skill_assets.py initiation 2026-04-16 13:34:39 +08:00
test_ui.py feat: Add multilingual support for project cards and attachments 2026-04-22 10:21:03 +08:00
test_workspace.py feat: Add multilingual support for project cards and attachments 2026-04-22 10:21:03 +08:00
test_writing.py feat: Add multilingual support for project cards and attachments 2026-04-22 10:21:03 +08:00
test_zotero_reader.py feat: Add multilingual support for project cards and attachments 2026-04-22 10:21:03 +08:00