pytest-dev / pytest-dev/pytest-rerunfailures
Add support for pytest-reportlog
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 477
- Forks
- 107
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 21
Description
pytest-reportlog now replaces _pytest.resultlog, and _pytest.resultlog is no longer available in pytest v6.1.0
#129 removes _pytest.resultlogis, but we should still work on integrating with the replacement.
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
Start by reading issue #129 and the pytest-reportlog project to understand how it replaces _pytest.resultlog and what integration points pytest-rerunfailures needs. Trace the existing result-log support and verify the plugin continues to rerun failed tests correctly with pytest-reportlog; done means support works on pytest versions where _pytest.resultlog is unavailable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100