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

Split logic for running the tests and displaying the results #215

Open
SebastianZ opened this issue Jan 7, 2022 · 0 comments
Open

Split logic for running the tests and displaying the results #215

SebastianZ opened this issue Jan 7, 2022 · 0 comments
Labels

Comments

@SebastianZ
Copy link
Collaborator

At the moment the logic for executing the tests and outputting their results is strongly entangled.

This hinders further improvement regarding both and also makes it harder to read the code.

E.g. we want to execute the tests only once but update the display depending on the chosen filter (see #212 (comment)).

Therefore the code for running the tests and displaying the test results should be split and run separately from each other.

Sebastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant