flag to run tests too
Open
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 13
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I love this tool. Thank you for writing it! Could you please add a flag to the matrix command to run the test suites as well?
Something like trustee matrix . --verify --test
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 with the matrix command and its option handling, using the example trustee matrix . --verify --test as the target interface. Trace how the existing verification flow runs and identify the test suites it should include; done means the new flag is accepted and runs those suites.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- cli, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100