prisms-center / phaseField

PRISMS-PF: An Open-Source Phase-Field Modeling Framework
https://prisms-center.github.io/phaseField/
Other
229 stars 119 forks source link

Make application tests output dynamic and more verbose #314

Open fractalsbyx opened 6 days ago

fractalsbyx commented 6 days ago

If possible, change from a series of outputs to a live table. Show passed/failed. Display error messages.

landinjm commented 1 day ago

This can be done by Catch2. We should rewrite the testsuite using this as it make unit tests more extensible and a bit more clear in what each one does.