mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Format test file
This commit is contained in:
parent
9cf373039e
commit
6aa05ab11c
1 changed files with 3 additions and 1 deletions
|
@ -860,7 +860,9 @@ two
|
|||
|
||||
self.assertNotIn(str(ignored_file.resolve()), coder.abs_fnames)
|
||||
self.assertIn(str(regular_file.resolve()), coder.abs_fnames)
|
||||
mock_io.tool_warning.assert_any_call(f"Skipping {ignored_file.name} that matches gitignore spec.")
|
||||
mock_io.tool_warning.assert_any_call(
|
||||
f"Skipping {ignored_file.name} that matches gitignore spec."
|
||||
)
|
||||
|
||||
def test_check_for_urls(self):
|
||||
io = InputOutput(yes=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue