pytest-dev / pytest-dev/pytest
terminal: progress indicator: bold for when main color changed
Open
Nobody has claimed this yet.
topic: reporting
type: enhancement
- Dominant language
- Python
- Stars
- 14.5k
- Forks
- 3.4k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 35
Description
Currently the percentage is e.g. "red" for when there are any failures already.
It would be nice if it was bold for the line where new failures occurred.
Likely should be done after https://github.com/pytest-dev/pytest/pull/6409.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review pull request #6409 first, then locate the terminal progress-indicator implementation it affects. Make the percentage bold only on the line where new failures occurred while retaining the existing red color for prior failures, and verify the terminal output behavior with the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100