gotestyourself / gotestyourself/gotestsum
Feature Request: Support `-p` flag (test parallelism) like `go test`
Open
- Dominant language
- Go
- Stars
- 2.7k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
Hi! 👋
`go test` supports the `-p` flag to control the **number of packages tested in parallel**:
```
go test -p 1
```
I would like `gotestsum` to support the same flag:
```
gotestsum -p 1
```
This is especially useful when running tests that touch shared resources (DB, Redis, filesystem, etc.), in CI environments where limiting parallelism is important, or when test packages must run one-by-one (in my case).
Thanks for the great tool — this feature would help a lot with deterministic test execution. 🙏
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.