ETLCPP / etl

Embedded Template Library
https://www.etlcpp.com
MIT License
2.05k stars 372 forks source link

Change unit test error handling from using exceptions to using an error handler #831

Open jwellbelove opened 5 months ago

jwellbelove commented 5 months ago

As exceptions are not normally used in embedded code, changing to using an error handler in the unit tests will better match real code use.