MatMoore / MatMoore/string-inspector
Add tests for the CLI
Open
Nobody has claimed this yet.
help wanted
- Dominant language
- Rust
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Things that should be tested:
- validation of encodings
- text is read from stdin if there are no arguments
- multiple positional arguments are joined together with spaces
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
Start by locating the CLI entry point and the existing test setup. Add coverage for encoding validation, reading stdin when no arguments are supplied, and joining multiple positional arguments with spaces; the work is done when these cases pass in the test suite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100