mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
wip
This commit is contained in:
parent
1b49ba6e91
commit
f4bc22e4fc
1 changed files with 1 additions and 2 deletions
|
@ -21,9 +21,8 @@ class TestMain(TestCase):
|
||||||
self.tempdir = tempfile.mkdtemp()
|
self.tempdir = tempfile.mkdtemp()
|
||||||
os.chdir(self.tempdir)
|
os.chdir(self.tempdir)
|
||||||
|
|
||||||
with patch("aider.coder.Coder.check_model_availability") as mock_check:
|
with patch("aider.main.Coder.check_model_availability") as mock_check:
|
||||||
mock_check.return_value = True
|
mock_check.return_value = True
|
||||||
self.mock_check = mock_check
|
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
os.chdir(self.original_cwd)
|
os.chdir(self.original_cwd)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue