-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Open
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
Currently when python -m test
is run without any colorizing environment variables (ex. FORCE_COLOR
) the overall list of tests is colorized but if a test fails and its results are printed the test results are not colored. I'd like to make the output colored both sequential and parallel (-j0
) runs.
Before:

After:

Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement