-
Notifications
You must be signed in to change notification settings - Fork 29
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
Print an account of test statuses #106
Comments
This is more of an issue for rcmdcheck I think. |
Specifically, I'd rejoice if this:
got an upgrade to include more of this:
|
OK, so this is actually a bit more involved, because parsing this information from the test results is not reliable, it depends on the reporter you are using. Ideally, we would get the results directly from testthat, as an R object: r-lib/testthat#875 Until that is done, I'll have to postpone this. |
Can we easily add extra data here? Maybe this should be done more from the testthat side? (i.e. what could |
I think that with the printing of the test results on GHA (and optionally locally as well), this is not so important any more. Locally you can always look at the |
OTOH, we could still add some reporting to testthat, I think that would open up some new possibilties. E.g. testthat could write a summary of the results to a file in some format, if an env var is set? |
I think this is really just a duplicate of #121 |
Yeah, I closed that one, this one is older and has more participants. |
I think this is still important; it'd be really nice to be able to see the number of skipped tests without having to dig down further. |
When running
R CMD check
it would be good to know how many tests were skipped even if there are no failures.The text was updated successfully, but these errors were encountered: