-
Notifications
You must be signed in to change notification settings - Fork 1
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
Is check-test-warnings
broken?
#47
Comments
IndrajeetPatil
added a commit
that referenced
this issue
Oct 13, 2023
I can confirm that this workflow is broken. The way to make this work is to use |
Bug report filed upstream r-lib/testthat#1912 |
Closed in daf6ede |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following easystats/datawizard#465, I removed all tests but one in
datawizard
and put awarning()
call inside:Then I ran:
and it showed a test warning but not a failure:
Replacing
warning()
bystop()
correctly shows a test failure.The text was updated successfully, but these errors were encountered: