mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
more windows test improvements
This commit is contained in:
parent
bbd68097bd
commit
76eb9e020f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class TestMain(TestCase):
|
|||
|
||||
def tearDown(self):
|
||||
os.chdir(self.original_cwd)
|
||||
shutil.rmtree(self.tempdir)
|
||||
shutil.rmtree(self.tempdir, ignore_errors=True)
|
||||
self.patcher.stop()
|
||||
|
||||
def test_main_with_empty_dir_no_files_on_command(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue