pace-neutrons / Herbert

Herbert is the collection of utilities for visualisation and analysis of neutron spectroscopy data. It can be used alone or as the package, which provide low level data manipulation routines for the Horace package
GNU General Public License v3.0
1 stars 0 forks source link

Update MATLAB xunit test framework #312

Open oerc0122 opened 3 years ago

oerc0122 commented 3 years ago

Herbert's copy of the test framework is currently well behind the new one which has some nice features we may want to use.

Updating the framework may be complicated by the inclusion of skipTest, TestCaseWithSave, assert*WithSave, etc.

These are extensions to the standard xunit.

ghost commented 3 years ago

Is the purpose of this issue to update the xUnit framework we're using? Or move to the inbuilt Matlab framework? For me, the ideal would be the latter, but is also obviously more work as it's a change in syntax for all tests.

Edit: