Skip to content

Errors overhaul#20

Merged
metafates merged 13 commits into
mainfrom
errors-overhaul
Jun 14, 2026
Merged

Errors overhaul#20
metafates merged 13 commits into
mainfrom
errors-overhaul

Conversation

@metafates

Copy link
Copy Markdown
Member

This MR improves validation errors by the framework itself - e.g. malformed method names, warnings, and more.

It also adds "strict mode" to treat any warning as fatal error, stopping the execution immediately. For example, when CasesXxx provides zero values it is logged as a warning, but in strict mode it triggers fatal error.

Strict mode can be enabled either with command line flag -testo.strict or environment variable TESTO_STRICT=true (lower priority).

@metafates metafates self-assigned this Jun 14, 2026
@metafates metafates marked this pull request as ready for review June 14, 2026 18:53
@metafates metafates merged commit 331780d into main Jun 14, 2026
5 checks passed
@metafates metafates deleted the errors-overhaul branch June 14, 2026 19:04
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