-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
87 remove datasets - decrease package size #228
Conversation
Unit Tests Summary 1 files 24 suites 6s ⏱️ Results for commit 20bef3d. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 8014d45 ♻️ This comment has been updated with latest results. |
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.
Looks good but I think you forgot to add teal.data::
on test-data_extract_srv.R and several other test files:
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-data_extract_module.R:1:1'): (code run outside of `test_that()`) ──
Error in `eval(code, test_env)`: object 'rADLB' not found
── Error ('test-data_extract_multiple_srv.R:1:1'): (code run outside of `test_that()`) ──
Error in `eval(code, test_env)`: object 'rADSL' not found
── Error ('test-data_extract_spec.R:1:1'): (code run outside of `test_that()`) ──
Error in `eval(code, test_env)`: object 'rADSL' not found
── Error ('test-data_extract_srv.R:1:1'): (code run outside of `test_that()`) ──
Error in `eval(code, test_env)`: object 'rADSL' not found
── Error ('test-delayed_data_extract.R:3:1'): (code run outside of `test_that()`) ──
Error in `eval(code, test_env)`: object 'rADSL' not found
── Error ('test-filter_spec.R:1:1'): (code run outside of `test_that()`) ───────
Error in `eval(code, test_env)`: object 'rADSL' not found
── Error ('test-resolve.R:1:1'): (code run outside of `test_that()`) ───────────
Error in `eval(code, test_env)`: object 'rADSL' not found
── Error ('test-resolve_delayed.R:1:1'): (code run outside of `test_that()`) ───
Error in `eval(code, test_env)`: object 'rADSL' not found
── Error ('test-select_spec.R:1:1'): (code run outside of `test_that()`) ───────
Error in `eval(code, test_env)`: object 'rADSL' not found
── Error ('test-value_choices.R:1:1'): (code run outside of `test_that()`) ─────
Error in `eval(code, test_env)`: object 'rADSL' not found
── Error ('test-variable_choices.R:1:1'): (code run outside of `test_that()`) ──
Error in `eval(code, test_env)`: object 'rADSL' not found
Ah, sorry for that! Looks like my substitutitions were limited just to |
@llrs-roche would you revisit this PR? |
Code Coverage Summary
Diff against main
Results for commit: 20bef3d Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Now all test passed locally too. Feel free to merge |
In the spirit of package size reduction insightsengineering/nestdevs-tasks#87
I replaced all the calls for tmg datasets with their respective datasets from teal.data.
This way we no longer need to have datasets copies in tmg.