Test coverage for quality-of-life improvements introduced in #11
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 22
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/tkhq/tkcli/pull/11 introduced a lot of cool quality-of-life improvements:
-and@for inputs- great help texts
- organization ID in metadata for API keys
- default values for some params
We need to put these under test, otherwise chances are they'll regress over time (because it's hard to test all these things manually).
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 reviewing pull request #11 and the existing test structure in the repository. Add coverage for the - and @ inputs, help text, organization IDs in API-key metadata, and default parameter values. Done means these quality-of-life behaviors are exercised by automated tests and pass reliably.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100