-
Notifications
You must be signed in to change notification settings - Fork 29
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
Removed deprecated with_mock() from tests #153
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #153 +/- ##
=======================================
Coverage 99.40% 99.40%
=======================================
Files 50 50
Lines 4184 4184
=======================================
Hits 4159 4159
Misses 25 25 ☔ View full report in Codecov by Sentry. |
Thanks! |
Yep! As a heads up I bound |
Before I merge, |
Unfortunately |
Got it. Thanks! |
Note: Files in the R folder were modified to include a binding for
requireNamespace
, but merely assign the function to itself. This change was necessary to allowrequireNamespace
to be mocked during testing, aswith_mocked_bindings()
andlocal_mocked_bindings()
can only modify functions within Dendextend's namespace; see this documentation for more details.