scverse / scverse/napari-spatialdata
No integrated widgets testing
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 90
- Forks
- 25
- Avg merge
- 22m
- Merged PRs (30d)
- 1
Description
At the moment it seems like different widgets are tested independently of one another. This can cause certain errors not to be caught. An example was with recent pr #139 where there wasn't labels_key in the layer.metadata anymore yet there were no test errors. We probably need additional tests in which widgets are not tested independently from other widgets. @kevinyamauchi what do you think?
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 reviewing the existing widget tests and PR #139, focusing on the missing labels_key in layer.metadata. Determine which widgets need to be exercised together, then add integration coverage that would catch this mismatch and verify the relevant test suite passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100