Skip to content

Testo command line tool#24

Draft
metafates wants to merge 47 commits into
mainfrom
testo-cmd
Draft

Testo command line tool#24
metafates wants to merge 47 commits into
mainfrom
testo-cmd

Conversation

@metafates

@metafates metafates commented Jul 12, 2026

Copy link
Copy Markdown
Member

This PR introduces an auxiliary command line tool for Testo featuring linter, suites explorer and runner. No external dependencies.

Usage:
  testo [command]

Available Commands:
  lint       Run testo linter
  run        Run testo suites
  suites     Show testo suites
  tags       Show project build tags
  version    Show testo version

Example:

testo lint ./...
# /Users/user/ozontech/testo/examples/06_errors/main_test.go:23: invalid signature: Test requires param Foo to be of type int, have string

testo run mypkg/Functional.TestFoo
testo suites -f "{{ .Package }}/{{ .Suite }}" | fzf

@metafates metafates added the enhancement New feature or request label Jul 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant