auto_test_package fails when tests are in tests/testthat/ #151
Comments
I think |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think |
auto_test_package()
does not work with new recommended practice of usingtests/testthat
from the advanced R bookexample:
gives error:
While I am at it - unless there is a reason not to , it would be convenient / intuitive if the default path for
auto_test_package()
were"."
to be consistent with the devtools functiontest()
(unless there is a reason not to have a default)The text was updated successfully, but these errors were encountered: