mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
Add linter output to the dump for debugging
This commit is contained in:
parent
9c24d41d41
commit
5edce8ae1b
2 changed files with 9 additions and 8 deletions
|
@ -743,7 +743,7 @@ class TestCommands(TestCase):
|
|||
commands.cmd_lint()
|
||||
|
||||
# Check if the linter was called with the dirty file
|
||||
mock_lint.assert_called_once_with(filename)
|
||||
mock_lint.assert_called_once_with(Path(filename).name)
|
||||
|
||||
# Verify that the file is still dirty after linting
|
||||
self.assertTrue(repo.is_dirty(filename))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue