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
See https://www.tidyverse.org/blog/2020/10/testthat-3-0-0/ -- it's already kind of vestigial, and will be deprecated from testthat 3.0.0
Originally posted by @MichaelChirico in #648 (comment)
context() calls should be removed from all test files.
context()
Some test files currently define multiple contexts.
test-exclusions.R
test-cache.R
test_that()
The vignette creating_linters.Rmd recommends using context(). That should also be removed.
creating_linters.Rmd
The text was updated successfully, but these errors were encountered:
#660 splits test-exclusions.R.
Sorry, something went wrong.
The rest is handled in #696
Closes in #696
No branches or pull requests
See https://www.tidyverse.org/blog/2020/10/testthat-3-0-0/ -- it's already kind of vestigial, and will be deprecated from testthat 3.0.0
Originally posted by @MichaelChirico in #648 (comment)
context()
calls should be removed from all test files.Some test files currently define multiple contexts.
test-exclusions.R
(3 contexts) should be split into separate filestest-cache.R
(tons of contexts) should go without contexts, maybe updatetest_that()
descriptions.The vignette
creating_linters.Rmd
recommends usingcontext()
. That should also be removed.The text was updated successfully, but these errors were encountered: