semgrep / testo

Test framework for OCaml
ISC License
16 stars 1 forks source link

Show path to original output when the checked output is partially masked #17

Closed mjambon closed 8 months ago

mjambon commented 9 months ago

It could look like this:

• Path to expected stdout: tests/snapshots/semgrep-core/343da82ffbcb/stdout
• Path to captured stdout: _build/testo/status/semgrep-core/343da82ffbcb/stdout
• Path to captured stdout (unmasked): _build/testo/status/semgrep-core/343da82ffbcb/stdout.orig

and only if masking actually changed the output.