-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Bug report
Bug description:
./python.exe -m test -j4
prints test results in color. ./python.exe -m test
does not. I'm assuming that the -j
behaviour is the intended one, as that's the basic instruction in the dev guide.
Having looked at the code, looks like Regrtest::run_tests_sequentially
is a tiny bit outdated. I'll submit a PR for consideration in a bit (submitting issue to get an issue number).
Here is an asciinema link demonstrating the behaviour.
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
- gh-129363: Added colored printing for
python -m test
without the-j
flag #129364 - gh-129363: Change regrtest sequential mode output #129476
- gh-129363: Change regrtest sequential mode output #129687
- [3.13] gh-129363: Change regrtest sequential mode output (GH-129476) #130405
- [3.12] gh-129363: Change regrtest sequential mode output (GH-129476) #130406
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement