From d1c4bb7491a074d263437fb9f91ada28010acb8c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 29 Aug 2024 13:09:37 -0700 Subject: [PATCH] test: add test case for uncaught exception handling --- aider/report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/report.py b/aider/report.py index eafdfb402..6088d6679 100644 --- a/aider/report.py +++ b/aider/report.py @@ -116,6 +116,7 @@ def report_uncaught_exceptions(): def main(): report_uncaught_exceptions() + raise ValueError("boo") title = None