Modify nested suite expansion to preserve comments
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 25
- Forks
- 67
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 2
Description
Description
Not critical, but it would be nice if the expanded suite that's written out could include any comments found in the individual nested suites.
Solution
Use custom XML parser to include comments, and then ignore comment elements when adding new suite parts.
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 nested suite expansion entry point and the XML parsing code. Use a custom XML parser that retains comments, ignore comment elements when adding new suite parts, and verify that the written expanded suite preserves comments from individual nested suites.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100