mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +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):
|
def tearDown(self):
|
||||||
os.chdir(self.original_cwd)
|
os.chdir(self.original_cwd)
|
||||||
try:
|
shutil.rmtree(self.tempdir, ignore_errors=True)
|
||||||
shutil.rmtree(self.tempdir)
|
|
||||||
except OSError:
|
|
||||||
pass # Ignore errors (Windows)
|
|
||||||
|
|
||||||
def test_cmd_add(self):
|
def test_cmd_add(self):
|
||||||
# Initialize the Commands and InputOutput objects
|
# Initialize the Commands and InputOutput objects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue