cornichon
cornichon copied to clipboard
Display stacktrace on AssertionError
Debugging failed assertion can become cumbersome in big scenario. To remedy this issue, we could point the user to the exact failing assertion.
When an assert fails, generate a stacktrace and add it to the error message.
Could also be generalised to add a stacktrace member to the CornichonError type.
Closing due to inactivity.
No work is planned in the foreseeable future to support this feature.