Skip to content

cli(test): add --verbose flag to list test case names#400

Merged
josephwoodward merged 2 commits intomainfrom
connect-893
Mar 19, 2026
Merged

cli(test): add --verbose flag to list test case names#400
josephwoodward merged 2 commits intomainfrom
connect-893

Conversation

@twmb
Copy link
Copy Markdown
Contributor

@twmb twmb commented Mar 17, 2026

Summary

  • Adds a -v/--verbose flag to the test CLI command
  • When enabled, prints individual test case names before execution, similar to go test -v
  • Useful for identifying commented-out tests, misnamed files, or which test is running

Test plan

  • Existing test command tests pass with updated signature
  • Manual verification with rpk connect test -v ./path/to/tests/...

Closes redpanda-data/connect#893

🤖 Generated with Claude Code

Adds a -v/--verbose flag to the test command that prints individual test
case names as they are executed, similar to go test -v.

Closes redpanda-data/connect#893

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@andrewhsu
Copy link
Copy Markdown
Member

@twmb rebase this PR with latest from main to get the updated claude-code-review.yml workflow that has access to the api key.

@claude
Copy link
Copy Markdown

claude bot commented Mar 19, 2026

Commits
LGTM

Review
Adds a --verbose/-v flag to the test CLI command that prints test case names before execution. The flag is cleanly threaded through RunAll, existing call sites and tests are updated to match the new signature.

LGTM

@josephwoodward josephwoodward merged commit 1e65930 into main Mar 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: --verbose flag for yaml config unit tests

4 participants