-
Notifications
You must be signed in to change notification settings - Fork 185
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
Use {testthat}
for mock testing
#2395
Conversation
{mockery} is superseded so either way we should refactor tests using it. New test looks fine anyway! Thanks for tackling. Be sure to remove {mockery} from Suggests afterwards. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2395 +/- ##
=======================================
Coverage 99.10% 99.10%
=======================================
Files 125 125
Lines 5671 5671
=======================================
Hits 5620 5620
Misses 51 51 ☔ View full report in Codecov by Sentry. |
{testthat}
for mock testing{testthat}
for mock testing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for taking this on!
A small comment about if (x, ...)
is needed (it was ...
before) in two places. Feel free to merge if there's no change needed.
No description provided.