mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: format code
This commit is contained in:
parent
715a9a9c71
commit
54c5fb2bbd
1 changed files with 6 additions and 2 deletions
|
@ -677,5 +677,9 @@ class TestMain(TestCase):
|
||||||
result = setup_git_home(mock_io_instance)
|
result = setup_git_home(mock_io_instance)
|
||||||
|
|
||||||
self.assertEqual(result, Path(temp_home) / "repo1")
|
self.assertEqual(result, Path(temp_home) / "repo1")
|
||||||
mock_io_instance.tool_error.assert_called_with("Please enter a number between 1 and 2")
|
mock_io_instance.tool_error.assert_called_with(
|
||||||
mock_io_instance.tool_output.assert_called_with("Found git repositories in your home directory:")
|
"Please enter a number between 1 and 2"
|
||||||
|
)
|
||||||
|
mock_io_instance.tool_output.assert_called_with(
|
||||||
|
"Found git repositories in your home directory:"
|
||||||
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue