mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
Fix the test_cmd_lint_with_dirty_file test to use mocking instead of captured output
This commit is contained in:
parent
bb7465e05d
commit
cf35c2db4e
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import os
|
||||||
import shutil
|
import shutil
|
||||||
import sys
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
|
import unittest
|
||||||
from io import StringIO
|
from io import StringIO
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from unittest import TestCase
|
from unittest import TestCase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue