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

Show all tests (not only failure/errors) #51

Open
mauricesvp opened this issue Mar 26, 2024 · 0 comments
Open

Show all tests (not only failure/errors) #51

mauricesvp opened this issue Mar 26, 2024 · 0 comments

Comments

@mauricesvp
Copy link

Is there any particular reason why only failures and errors are shown when --all and --verbose enabled?

if testcase.error_messages or testcase.failure_messages:
testcases.append(str(testcase))

If instead all testcases are added (see above), the overview shows all testcase, including successes. Maybe an option could be added for this?

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

No branches or pull requests

1 participant