-
Notifications
You must be signed in to change notification settings - Fork 323
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
test_dir() does not set TESTTHAT_PKG env var #787
Comments
We also need this for the new deprecation tools, so we can check that the caller inherits from the namespace of the package being tested and only warn then. |
lionel-
added a commit
to lionel-/rlang
that referenced
this issue
Nov 23, 2018
Until r-lib/testthat#787 is fixed
lionel-
added a commit
to lionel-/rlang
that referenced
this issue
Nov 23, 2018
Until r-lib/testthat#787 is fixed
Thanks! |
lionel-
added a commit
to lionel-/rlang
that referenced
this issue
Dec 10, 2018
Until r-lib/testthat#787 is fixed
HughParsonage
pushed a commit
to HughParsonage/devtools
that referenced
this issue
Jul 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
devtools::test()
callstestthat::test_dir()
, which doesn't set the TESTTHAT_PKG env var. I get this failure usingdevtools::test()
on testthat itself:The text was updated successfully, but these errors were encountered: