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

gh-98903: Test suite fails with exit code 4 if no tests ran #98904

Merged
merged 1 commit into from Nov 2, 2022

Commits on Oct 31, 2022

  1. gh-98903: Test suite fails with exit code 4 if no tests ran

    The Python test suite now fails wit exit code 4 if no tests ran. It
    should help detecting typos in test names and test methods.
    
    * Add "EXITCODE_" constants to Lib/test/libregrtest/main.py.
    * Fix a typo: "NO TEST RUN" becomes "NO TESTS RAN"
    vstinner committed Oct 31, 2022