gh-117378: Only run the new multiprocessing SysPath test when appropriate (GH-126635)
The first version had it running two forkserver and one spawn tests underneath each of the _fork, _forkserver, and _spawn test suites that build off the generic one. This adds to the existing complexity of the multiprocessing test suite by offering BaseTestCase classes another attribute to control which suites they are invoked under. Practicality vs purity here. :/ Net result: we don't over-run the new test and their internal logic is simplified.
G
Gregory P. Smith committed
ca878b6e45f9c7934842f7bb94274e671b155e09
Parent: 0f6bb28
Committed by GitHub <noreply@github.com>
on 11/10/2024, 9:17:05 PM