-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Hi,
Let me describe my use case.
I am creating a test VI with multiple test assertions. This test VI concerns one VI.
When I am doing iterative programming (TDD) by running test and changing the VI, I get myself probing the outputs of the VI sometimes.
I know that the Verbose mode in Caraya can provide some information on the asserted values, which can be extremely useful during the iterative process, and inspecting the report window in the failed cases.
This description of what went wrong and the highlight of the problem is the default in some frameworks (i.e. python unittest).
-
Wouldn't it make sense the verbose mode to be default in Caraya?
-
If that is not the case, couldn't we include the verbose as option in define test, so we could enable that when needed?
Regards,
