test: 日本語ローカルLLMラベル契約を更新 - #567
Open
YoneRai12 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates a test assertion in tests/test_interactive_short_commands.py to reflect a change in the Japanese output text, replacing 'やること' (To do) with '次' (Next). There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This was referenced Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
やることから次に変更したため、既存のテストがCI上で失敗していたため、表示文言とテスト期待値を整合させるための修正です。変更は表示テキストの期待値だけに留め、ランタイム挙動は変更していません。Description
tests/test_interactive_short_commands.pyの該当アサーションを"やること: Ollama か LM Studio を起動して /ローカルLLM"から"次: Ollama か LM Studio を起動して /ローカルLLM"に書き換えました(テスト契約の更新のみ)。clients/cli/yonerai_cli/interactive.py自体はそのまま(既に次:を出力する実装があるため変更不要)です。src/cogs/ora.py、およびreference_clawdbotには影響を与えていません。Testing
python -m pytest tests/test_interactive_short_commands.py::test_chat_script_accepts_japanese_local_llm_slash_command -q(合格)、python -m compileall clients/cli/yonerai_cli tests/test_interactive_short_commands.py(合格)、python -m ruff check tests/test_interactive_short_commands.py clients/cli/yonerai_cli/interactive.py(合格)、およびgit diff --check(合格)。ec6f994(テスト期待値更新)。Codex Task