Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_interactive_short_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def test_chat_script_accepts_japanese_local_llm_slash_command(tmp_path: Path, mo
assert "ローカルLLM" in output
assert "Ollama" in output
assert "LM Studio" in output
assert "やること: Ollama か LM Studio を起動して /ローカルLLM" in output
assert ": Ollama か LM Studio を起動して /ローカルLLM" in output
assert "個別案内: /ローカルLLM ollama / lmstudio" in output
assert "不明なコマンド" not in output
assert str(tmp_path) not in output
Expand Down
Loading