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

[3.12] GH-113661: unittest runner: Don't exit 5 if tests were skipped (GH-113856) #113875

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 9, 2024

The intention of exiting 5 was to detect issues where the test suite
wasn't discovered at all. If we skipped tests, it was correctly
discovered.
(cherry picked from commit 3a9096c)

Co-authored-by: Stefano Rivera stefano@rivera.za.net


📚 Documentation preview 📚: https://cpython-previews--113875.org.readthedocs.build/

Fixes #113661

…ythonGH-113856)

The intention of exiting 5 was to detect issues where the test suite
wasn't discovered at all. If we skipped tests, it was correctly
discovered.
(cherry picked from commit 3a9096c)

Co-authored-by: Stefano Rivera <stefano@rivera.za.net>
@bedevere-app bedevere-app bot added awaiting review type-bug An unexpected behavior, bug, or error labels Jan 9, 2024
@gpshead gpshead self-assigned this Jan 9, 2024
@gpshead gpshead merged commit 159e3db into python:3.12 Jan 9, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants