cpython/Lib/unittest
Miss Islington (bot) 159e3db1f7
[3.12] GH-113661: unittest runner: Don't exit 5 if tests were skipped (GH-113856) (#113875)
GH-113661: unittest runner: Don't exit 5 if tests were skipped (GH-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 3a9096c337)

Co-authored-by: Stefano Rivera <stefano@rivera.za.net>
2024-01-09 13:34:38 -08:00
..
__init__.py
__main__.py
_log.py
async_case.py
case.py
loader.py
main.py
mock.py
result.py
runner.py
signals.py
suite.py
util.py