-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I want to be able to run some cleanup code after my tests run regardless of whether they succeed or fail. I though I could just do this by wrapping my call to runtests
with a try... finally...
but it seems like when an error occurs, the whole thing terminates and my cleanup code never gets run.
Any suggestions on how to intercept failures like this?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request