-
-
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_a_gee
shinytests
#1127
Conversation
Merge branch 'main' of https://github.com/insightsengineering/teal.modules.clinical # Conflicts: # R/dynamic_assertions.R # man/dyn_assertion.Rd
Unit Tests Summary 1 files 35 suites 4s ⏱️ Results for commit 8beef7f. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit c7b7432 ♻️ 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.
Below, list of encoding inputs and what would be nice to test. Some of the actions on the server side are missing (see those without check mark)
aval_var:
- default ✅
- selecting changes table
- "An analysis variable is required"
paramcd:
- default ✅
- selecting changes table ✅
- "An endpoint is required" ✅
visit_var:
- default ✅
- selecting changes table ✅
- "A visit variable is required" ✅
cov_var:
- default ✅
- selecting changes table ✅
- deselecting ✅
split_covariates:
- default
- selecting changes table
- updated when cov_var is changed
arm_var:
- default ✅
- selecting changes table ✅
- "A treatment variable is required" ✅
id_var:
- default ✅
- selecting changes table ✅
- "A Subject identifier is required" ✅
cor_struct:
- default
- selecting changes table
- "Please choose a correlation structure"
conf_level:
- default ✅
- selecting changes table ✅
- "Please choose a confidence level."
- "Confidence level must be between 0 and 1"
output_type:
- default ✅ (but choices instead)
- selecting changes table ✅
Co-authored-by: kartikeya kirar <[email protected]> Signed-off-by: Marcin <[email protected]>
Hey @gogonzo thanks for the review and the analysis - aval_var:
- default ✅
- selecting changes table
- "An analysis variable is required" OK 👍 |
Hey @gogonzo I added few tests as you recommend and replied to your great list in a print-screen below |
Well covered 👍 Let's wait for pws/tws methods in teal |
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.
👍
Signed-off-by: Marcin <[email protected]>
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]>
This reverts commit 79a849c as we just need this in our feature branch `shinytest2@main` for now.
Part of #1108
We can move
active_module_tws_output
to be a method ofteal:::TealAppDriver