test: add test case for uncaught exception handling

This commit is contained in:
Paul Gauthier 2024-08-29 13:09:37 -07:00 committed by Paul Gauthier (aider)
parent b56f824728
commit d1c4bb7491

View file

@ -116,6 +116,7 @@ def report_uncaught_exceptions():
def main():
report_uncaught_exceptions()
raise ValueError("boo")
title = None