mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
lint
This commit is contained in:
parent
5a61e6acd2
commit
d12d8ff69a
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ print(my_function(3, 4))
|
|||
self.assertIn("MyClass", result)
|
||||
self.assertIn("my_method", result)
|
||||
self.assertIn("my_function", result)
|
||||
|
||||
def test_check_for_ctags_failure(self):
|
||||
with patch("subprocess.run") as mock_run:
|
||||
mock_run.side_effect = Exception("ctags not found")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue