Skip to content

Clean up error handling in testing framework

E. Rivas requested to merge er433/fix/testing-framework-try_catch into dev

Currently, the testing framework does a mix between exceptions and failures using Trace. This MR tries to re-write all with Trace, including mutation testing functions that need to handle errors (to see if a mutation has failed or not).

  • has a changelog entry
Edited by E. Rivas

Merge request reports