chore: add pytest-env and remove debug dump from tests

This commit is contained in:
Paul Gauthier 2024-11-30 11:35:40 -08:00 committed by Paul Gauthier (aider)
parent 6b4222ec48
commit f448d3e2db
3 changed files with 5 additions and 2 deletions

View file

@ -35,8 +35,6 @@ class TestMain(TestCase):
self.webbrowser_patcher = patch("aider.io.webbrowser.open")
self.mock_webbrowser = self.webbrowser_patcher.start()
dump(os.environ.get("AIDER_ANALYTICS"))
def tearDown(self):
os.chdir(self.original_cwd)
self.tempdir_obj.cleanup()