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.
I would remove all tests that test like the following:
Reason for this is:
Instead, we should have test that check the general capabilities of our methods using e.g. hardcoded models as strings.