Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General test concept #23

Open
marcusritter1 opened this issue Feb 27, 2024 · 0 comments
Open

General test concept #23

marcusritter1 opened this issue Feb 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@marcusritter1
Copy link
Collaborator

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 marcusritter1 added the bug Something isn't working label Feb 27, 2024
@marcusritter1 marcusritter1 changed the title General test General test concept Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant