You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The warning system for the qcheck-stm plugin can be a bit verbose, informing the user about each skipped clause even if there is another one that contains the information it were looking for.
I propose to have three verbosity modes:
error only (when ortac have not been able to generate anything)
warnings that impacts the generated artefact or test coverage (when a function has been skipped because next-state is impossible to generate, or because there is no sut type in the parameters).
extra verbosity, displaying every warnings possible even about skipped clauses.
2 could be the default, 1 a --quiet option and 3 a --verbose option.
The text was updated successfully, but these errors were encountered:
The warning system for the
qcheck-stm
plugin can be a bit verbose, informing the user about each skipped clause even if there is another one that contains the information it were looking for.I propose to have three verbosity modes:
ortac
have not been able to generate anything)next-state
is impossible to generate, or because there is nosut
type in the parameters).2
could be the default,1
a--quiet
option and3
a--verbose
option.The text was updated successfully, but these errors were encountered: