VBA-tools / vba-test

Add testing and TDD to VBA on Windows and Mac
MIT License
205 stars 46 forks source link

Fail suite for unhandled error #25

Open robodude666 opened 6 years ago

robodude666 commented 6 years ago

This is partially related to #24 perhaps, but it would be useful to support failing a suite if an unhandled error occurred. This may be difficult to accomplish automatically in VBA, so it may require some wrapping in the "RunTests" entry point.

This is mostly to help assist in running the full suite uninterrupted (e.g. CI/CD environments).