-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Wave 1 - tm_g_ci
shinytests
#1125
Conversation
Unit Tests Summary 1 files ± 0 38 suites +2 11m 14s ⏱️ + 4m 43s For more details on these failures, see this check. Results for commit fba18f9. ± Comparison against base commit 6f4a700. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 2fdc264 ♻️ This comment has been updated with latest results. |
Hey, this is minor, but we had a convention on a file name in |
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.
I know this is minor, but in all tests we do prefix functions from other packages
…test2_tm_g_ci@main
plot_output to TealAppDriver
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.
Not a big deal, but you were missing app_driver$stop()
at the end of each test.
I am unsure if shinytest2
closes the app/process/driver on its own so we specifically clean-up ourself.
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.
Would the check of the validation error message be useful?
Unsure how to get validation message for empty color-dataset_ADSL_singleextract-select
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.
app_driver <- app_driver_tm_g_ci()
[INFO] 2024-04-22 13:50:57.5636 pid:23284 token:[] teal.modules.clinical Initializing tm_g_ci
[ERROR] 2024-04-22 13:50:57.5671 pid:23284 token:[] teal.modules.clinical In ‘app_driver_tm_g_ci()’: object 'ADLB' not found
Error in app_driver_tm_g_ci() : object 'ADLB' not found
@gogonzo I think this is ready to go. Last things to sort out
|
Yup I will update once teal PR gets through |
Motivated by the need to check current plot and table contents - insightsengineering/teal.modules.clinical#1125 - insightsengineering/teal.modules.clinical#1127 --------- Signed-off-by: Marcin <[email protected]> Co-authored-by: kartikeya kirar <[email protected]>
I think you are good to use new methods since insightsengineering/teal#1208 was merged |
Implemented |
Signed-off-by: André Veríssimo <[email protected]>
Part of #1108 We can move `active_module_tws_output` to be a method of `teal:::TealAppDriver` --------- Signed-off-by: Marcin <[email protected]> Co-authored-by: kartikeya kirar <[email protected]>
@gogonzo I think you are ready to squash and merge |
Part of #1108