mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-14 08:34:59 +00:00
cleanup
This commit is contained in:
parent
7fc02ccd66
commit
78af36ffda
4 changed files with 6 additions and 4 deletions
|
@ -10,6 +10,8 @@ from aider.coder import Coder
|
|||
class TestCommands(unittest.TestCase):
|
||||
def test_cmd_add(self):
|
||||
with tempfile.TemporaryDirectory() as tmpdir:
|
||||
os.chdir(tmpdir)
|
||||
|
||||
io = IO(pretty=False, yes=True)
|
||||
coder = Coder(
|
||||
main_model="gpt-3.5-turbo",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue