extrap icon indicating copy to clipboard operation
extrap copied to clipboard

General test concept

Open marcusritter1 opened this issue 4 months ago • 0 comments

I would remove all tests that test like the following:

  • Regex against string output of the modeler, where the model is created either by reading data from input files (optional) and the model, RSS, etc. is created by Extra-P's modeler

Reason for this is:

  • every time we change something in the modeler that leads to slightly different outputs all of these test will fail

Instead, we should have test that check the general capabilities of our methods using e.g. hardcoded models as strings.

marcusritter1 avatar Feb 27 '24 22:02 marcusritter1