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

design to make the errors/stack traces less confusing and overwhelming #148

Closed
tarpas opened this issue Dec 5, 2019 · 1 comment
Closed

Comments

@tarpas
Copy link
Owner

tarpas commented Dec 5, 2019

We have to avoid printing loads of failure reports because it's overwhelming. This is a general problem with any test runner, but we must not make it worse with testmon. At the moment testmon caches and reports all of the failures. Even when nothing is changed all of the reports are reported again (from cache).

My plan so far is:

  • Add all the FAIL/ERROR tests at the end of execution queue after "unstable" tests, even though they are "stable".
  • make -x default, so that after the first failure, the execution stops

fyi @blueyed
re #135

@tarpas
Copy link
Owner Author

tarpas commented Oct 26, 2022

A lot of new functionality in v1.4.0. Let's see how ti affects usability.

@tarpas tarpas closed this as completed Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant