This commit is contained in:
Paul Gauthier 2023-05-28 22:47:38 -07:00
parent 95be55a2b6
commit 92cd2f3ce6
15 changed files with 56 additions and 38 deletions

View file

@ -1,10 +1,11 @@
import os
import shutil
import tempfile
from unittest import TestCase
from aider.commands import Commands
from aider.io import InputOutput
import shutil
class TestCommands(TestCase):
def setUp(self):