pytest-dev / pytest-dev/pytest-html
pytest_html_results_table_row hook does not get row contents
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: The cells argument to pytest_html_results_table_row is always empty. In 3.2.0 it contains the values for each column in the current table row, as 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 in the 4.0.0rc4 code and compare its cells argument with the 3.2.0 behavior described here and in issue #667. Done means the hook receives the values for each column in the current table row, with coverage confirming the regression is fixed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100