]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138013: Split SignalsTest from test_io.test_general (#139079)
authorCody Maloney <cmaloney@users.noreply.github.com>
Fri, 19 Sep 2025 18:21:50 +0000 (11:21 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Sep 2025 18:21:50 +0000 (18:21 +0000)
commit69c6b438e84ef2bb94a587e49946a2a4b6454fb3
tree18f2ca81c9981e895c1cd305828de39f232b4de6
parent67636f72d278ef42de1c9cc92755f9d33d73c112
gh-138013: Split SignalsTest from test_io.test_general (#139079)

Increase parallelism by splitting out `SignalsTest` from test_general.
`SignalsTest` takes 24.2 seconds on my dev machine when fully enabled
making it the largest part of `test_io`. Code move done via copy/paste
then tweak imports.

After splitting `test_io.test_general` is down to 10.1 seconds on my dev
box with all parts enabled.
Lib/test/test_io/test_general.py
Lib/test/test_io/test_signals.py [new file with mode: 0644]