pytest-dev / pytest-dev/pytest-xdist
How Master node can know info from Worker nodes after call pytest_collection_modifyitems?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 287
- Avg merge
- 9h 30m
- Merged PRs (30d)
- 2
Description
Hello everyone!
I am using Terstrail plugin to report.
So I need to know the list of test cases collected when calling pytest_collection_modifyitems on each node.
Do you know how I can know this?
Thanks.
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 reading the pytest_collection_modifyitems hook and the pytest-xdist master/worker communication path. Trace what collection data remains available after the hook runs on each worker and whether an existing API exposes it to the master. Done means the supported approach, or the missing capability and its scope, is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- distributed-systems, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100