| commit | c76db37c0d23174cbffd6fa978d39693890ef020 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@python.org> | Wed Nov 02 15:37:40 2022 +0100 |
| committer | GitHub <noreply@github.com> | Wed Nov 02 15:37:40 2022 +0100 |
| tree | e0030f4e747e9a682125954f315e4d4f57bb0cb0 | |
| parent | 0689b99bb8c4f6058af43a52effaa8a25609dbed [diff] |
gh-98903: Test suite fails with exit code 4 if no tests ran (#98904) 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"