You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, unittest.doModuleCleanups() swallows all but first exception raised in the cleanup code. With ExceptionGroup we can handle multiple exceptions.
serhiy-storchaka
changed the title
unittest.doModuleCleanup() swallows all but first exception
unittest.doModuleCleanups() swallows all but first exception
May 23, 2025
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Currently,
unittest.doModuleCleanups()
swallows all but first exception raised in the cleanup code. With ExceptionGroup we can handle multiple exceptions.Linked PRs
The text was updated successfully, but these errors were encountered: