[launch] improve test coverage for non-core classes
Open
Nobody has claimed this yet.
backlog
enhancement
- Dominant language
- Python
- Stars
- 155
- Forks
- 182
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 6
Description
Currently there are minimal tests for some of the core classes like LaunchDescription, LaunchService, and Action, but there's not really any tests for things like:
launch.LaunchInstrospectorlaunch.Substitution- anything in the namespaces:
launch.actionslaunch.event_handlerslaunch.eventslaunch.substitutionslaunch.utilities
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
Review the existing tests for LaunchDescription, LaunchService, and Action, then inventory coverage for LaunchInstrospector, Substitution, and the launch.actions, launch.event_handlers, launch.events, launch.substitutions, and launch.utilities namespaces. Define the missing cases for each class or namespace and consider the work complete when meaningful tests cover the identified non-core components.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100