vbr-calc / vbr

The Very Broadband Rheology Calculator (VBRc): for fitting experimental data and measured properties in the Earth's upper mantle!
MIT License
20 stars 15 forks source link

capture stack trace and display in failed test #115

Open chrishavlin opened 3 weeks ago

chrishavlin commented 3 weeks ago

When a test fails in the testing framework (run_all_tests.m), you have to go run the individual test to see the full stack trace. Would be nice to capture and display the full stack trace from within the testing framework. vbr/testing/run_tests.m does currently catch errors, looks like it stores the message, so should just be a matter of printing out the full error logs.