mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
cleanup
This commit is contained in:
parent
f6e5f4c539
commit
e52807b868
1 changed files with 1 additions and 4 deletions
|
@ -25,10 +25,7 @@ class TestCommands(TestCase):
|
|||
|
||||
def tearDown(self):
|
||||
os.chdir(self.original_cwd)
|
||||
try:
|
||||
shutil.rmtree(self.tempdir)
|
||||
except OSError:
|
||||
pass # Ignore errors (Windows)
|
||||
shutil.rmtree(self.tempdir, ignore_errors=True)
|
||||
|
||||
def test_cmd_add(self):
|
||||
# Initialize the Commands and InputOutput objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue