gotestyourself / gotestyourself/gotestsum
Support multi-modules project
Open
enhancement
- Dominant language
- Go
- Stars
- 2.7k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
For example, my project (a git repo) has several sub folders, each contains a `go.mod`. The project root folder may or may not contain a `go.mod`.
Is that possible to run `gotestsum` to execute all tests in each modules?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing how gotestsum discovers packages and invokes `go test`. Check the repository's existing test-runner coverage for projects with and without a root `go.mod`, then define done as running tests across every module under the repository while preserving the existing summary and failure behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100