test datasets are duplicated between "sub packages"
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 23
- Forks
- 9
- Avg merge
- 5d 12h
- Merged PRs (30d)
- 4
Description
There is a test/datasets directory in many packages, but sometimes containing duplicate files.
Let's keep a single test dataset, e.g. in src/prx/test/datasets/ that would be accessible with:
from prx import util
util.prx_repository_root() / "src/prx/test/datasets/
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 locating the duplicated test/datasets directories across the packages and inspect src/prx/test/datasets/ plus util.prx_repository_root(). Consolidate the datasets into the shared location, update affected tests to use that path, and verify that duplicate dataset files are removed without breaking the test suite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100