Skip to content

added an option --show-output-paths to silence the file paths details#191

Open
yarukha wants to merge 1 commit intomjambon:mainfrom
yarukha:silence-output-paths
Open

added an option --show-output-paths to silence the file paths details#191
yarukha wants to merge 1 commit intomjambon:mainfrom
yarukha:silence-output-paths

Conversation

@yarukha
Copy link
Copy Markdown

@yarukha yarukha commented Mar 26, 2026

Add --no-output-paths flag to suppress file path details in test output

When tests have checked output, Testo prints lines like:

  • • Checked output: stdout
  • • Path to expected stdout: tests/snapshots/...
  • • Path to captured stdout: _build/testo/...

These are useful for debugging but noisy in CI or clean runs. The new --no-output-paths
flag suppresses them. It is available on both the run and status subcommands. Output
paths are still shown by default.

These changes were made quickly to fit my specific needs. Perhaps a better integration with the existing --show-output flag could be made

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.

1 participant