pytest-dev / pytest-dev/pytest
provide object storage with lifetimes for config/items/scopes
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 14.5k
- Forks
- 3.4k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 35
Description
in various internal and external plugins we find outselfes attaching objects to either items or config as pseudo-private elements sometimes even going as far as creating plugin instances only as means for storage
i'd like to open an api to provide storage to plugins that eases getting a own namespace and controlling for how long something will be stored
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
The issue names no files or tests. Start by reviewing how plugins currently attach objects to items and config, then determine the intended namespaces and storage lifetimes for plugin data; the work is done when the API behavior and its tests are clearly specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100