mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 13:54:59 +00:00
test: Add webbrowser patching to TestCoder and fix argument order in test_sanity_check_repo
This commit is contained in:
parent
cf5733b237
commit
2962e51dac
2 changed files with 4 additions and 1 deletions
|
@ -128,7 +128,8 @@ def test_git_index_version_greater_than_2(mock_browser, create_repo, mock_io):
|
|||
)
|
||||
mock_io.tool_output.assert_any_call("Or run aider --no-git to proceed without using git.")
|
||||
mock_io.offer_url.assert_any_call(
|
||||
"Open documentation url for more info?", urls.git_index_version
|
||||
urls.git_index_version,
|
||||
"Open documentation url for more info?",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue