pytest-dev / pytest-dev/pytest-html
pytest_html_results_table_row hook can not overwrite cell content
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 779
- Forks
- 260
- PR merge metrics
- No merged PRs in 30d
Description
4.0.0rc4: In pytest_html_results_table_row it is only possible to insert new columns, it is not possible to change/overwrite the contents of existing columns. Also discussed in #667.
Contributor guide
No contributing guide indexed for this repository
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
Start by tracing the pytest_html_results_table_row hook implementation and review the discussion in #667. Confirm how existing table cells are handled, then make the hook able to overwrite existing cell content as well as insert new columns, and verify both behaviors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100