Skip to content
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

Don't pass the package name #2536

Closed
wants to merge 1 commit into from

Conversation

jennybc
Copy link
Member

@jennybc jennybc commented Sep 17, 2023

Fixes #2535

If you pass the package name, testthat tries to determine the edition from the installed package. Don't pass the name and testthat will consult DESCRIPTION in the source package.

@jennybc
Copy link
Member Author

jennybc commented Sep 17, 2023

I did this very quickly during the workshop and still need to check if there are other unsavory implications of this change.

@jennybc
Copy link
Member Author

jennybc commented Sep 17, 2023

I now think it's better to resolve this in testthat. I'm going to open an issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting test coverage for the current package seems to require the package to be installed?
1 participant