-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show current progress of tests run #117
Comments
This can be done within reporter. Should it be always enabled or optional? |
Does Reporter know when a test is finished? Does it even know which test is currently running? I could imagine to add some new function to reporter API:
Would give a great way to increase user-feedback |
Reporters don't provide any get_ functionality. They are data-agnostic. |
utPLSQL/utPLSQL#795 might be sufficient as input to consume |
@pesse: you may initialize the new
In SQL*Plus I get a result like this:
You get an event (output row) exactly before a new test is executed. Based on that, showing progressing information should be simple. See PR #809 for more information. |
If you run a larger set of tests it might be useful to indicate the current progress (n of m tests run) in the active console line (if Output is System.out),
This should not have any effect on the printed lines, though.
The text was updated successfully, but these errors were encountered: