style: run linter and format test_commands.py for improved readability

This commit is contained in:
Paul Gauthier (aider) 2024-09-28 14:48:23 -07:00
parent 384391129d
commit 9884d838ea

View file

@ -104,7 +104,8 @@ class TestCommands(TestCase):
# Assert that tool_output was called with the expected preview
expected_preview = (
"Copied last assistant message to clipboard. Preview: Latest assistant message in cur_messages"
"Copied last assistant message to clipboard. Preview: Latest assistant message in"
" cur_messages"
)
mock_tool_output.assert_any_call(expected_preview)
io = InputOutput(pretty=False, yes=True)