Avoid swallowing hook exceptions - #2743
#2743Avoid swallowing hook exceptions#2743thomhurst merged 1 commit intomainthomhurst/TUnit:mainfrom feature/dont-swallow-hook-exceptionsthomhurst/TUnit:feature/dont-swallow-hook-exceptionsCopy head branch name to clipboard
Conversation
|
Claude finished @thomhurst's task —— View job Pull Request Review: Avoid swallowing hook exceptionsReview Checklist:
SummaryThis PR significantly improves exception handling in TUnit's hook execution system by ensuring that exceptions from "after" hooks are properly propagated rather than being swallowed. The changes affect three core engine classes and add comprehensive test coverage. Code Quality & Best Practices ✅Strengths:
Minor Considerations:
Potential Bugs & Issues
|
Please check the following before creating a Pull Request