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

bpo-25894: Always report skipped and failed subtests separately #28082

Merged
merged 5 commits into from Sep 10, 2021

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Aug 31, 2021

  • In default mode output separate characters for skipped and failed subtests.
  • In verbose mode output separate lines (including description) for skipped
    and failed subtests.
  • In verbose mode output test description for errors in test cleanup.

https://bugs.python.org/issue25894

* In default mode output separate characters for skipped and failed subtests.
* In verbose mode output separate lines (including description) for skipped
   and failed subtests.
* In verbose mode output test description for errors in test cleanup.
@serhiy-storchaka serhiy-storchaka marked this pull request as ready for review Sep 5, 2021
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Sep 8, 2021

🤖 New build scheduled with the buildbot fleet by @ambv for commit 53e4841 🤖

If you want to schedule another build, you need to add the "🔨 test-with-buildbots" label again.

@ambv ambv merged commit f0f29f3 into python:main Sep 10, 2021
75 of 76 checks passed
@serhiy-storchaka serhiy-storchaka deleted the unittest-subtests-result branch Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants