Test-More / Test-More/test-more
Create tools for defining composite checks
Nobody has claimed this yet.
- Dominant language
- Perl
- Stars
- 149
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
Core is going to focus on composable checks. We need to create tools that make composing them easier:
Define a sub that returns the specified composite check with the right file+line when called. Essentially it closed the check defined by the ... and updates the file+line of the clone.
compose_check name => ...;
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 core composite-check implementation and reviewing how checks are cloned and assigned file and line information. Define the compose_check name => ...; interface and verify that it closes the specified check while updating the clone's location; the payload names no files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- perl
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100