microsoft / microsoft/vscode-cpptools
Create declaration/definition - shared component unit tests
Open
Nobody has claimed this yet.
Automated test
internal
Language Service
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
Unit test backlog - Ported functions that didn't get comprehensive tests added when ported
- adjust_new_lines
- find_name
- break_multiple_declaration
- parse_declaration_text
- Move text_edit unit tests to new unit test framework.
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
Locate the ported functions adjust_new_lines, find_name, break_multiple_declaration, and parse_declaration_text, then inspect the existing text_edit unit tests and the current unit test framework. Add comprehensive tests for the listed functions and move the text_edit tests to the new framework; done means the relevant tests run successfully there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- testing, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100