We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_checking()
Hi,
Could there be a helping function is_checking() along with is_testing()?
is_testing()
For instance, in the case of very long tests, it could be useful to run some only during package testing but not during package checking.
skip_on_check() could be a nice addition too in that matter.
skip_on_check()
The text was updated successfully, but these errors were encountered:
Can add own env var in test_check().
test_check()
Sorry, something went wrong.
Implement is_checking()
4dc15cc
Fixes #1795
Implement is_checking() (#1818)
056d006
Successfully merging a pull request may close this issue.
Hi,
Could there be a helping function
is_checking()
along withis_testing()
?For instance, in the case of very long tests, it could be useful to run some only during package testing but not during package checking.
skip_on_check()
could be a nice addition too in that matter.The text was updated successfully, but these errors were encountered: