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

Restore tests of internal functions #32

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

jdblischak
Copy link
Contributor

Follow-up to #30.

Since the tests are already written, I think it makes sense to continue testing them. I replaced the :: with ::: to fix the tests (:: is for exported functions, ::: for internal functions).

Note that it is possible to run tests of internal functions without using the preface psm3mvk::: because {testthat} automatically make internal functions accessible. However, that means to interactively run the tests, you would need to remember to call devtools::load_all() first, so I appreciate the motivation to use :::.

@dom-muston dom-muston merged commit 4fdf1d9 into Merck:main Apr 22, 2024
7 checks passed
@jdblischak jdblischak deleted the internal-tests branch April 22, 2024 20:05
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.

2 participants