mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
test: add test case for uncaught exception handling
This commit is contained in:
parent
b56f824728
commit
d1c4bb7491
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ def report_uncaught_exceptions():
|
|||
|
||||
def main():
|
||||
report_uncaught_exceptions()
|
||||
|
||||
raise ValueError("boo")
|
||||
|
||||
title = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue