We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: