-
-
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_forest_rsp
shinytests
#1129
Wave 1 - tm_g_forest_rsp
shinytests
#1129
Conversation
Unit Tests Summary 1 files 35 suites 4s ⏱️ Results for commit c1a546d. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit d0ef1a0 ♻️ 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.
Not all encoding panel settings are covered by tests. aval_var completely missing. Only some negative scenarios are included
paramcd:
- defaults ✅
- selecting changes plot
- "Please select Endpoint filter." ✅
aval_var:
- defaults
- selecting changes plot
- "An analysis variable is required"
responders:
- defaults ✅
- selecting changes plot
- "`Responders` field is empty" ✅
arm_var:
- defaults ✅
- selecting changes plot
- "A treatment variable is required" ✅
arm_buckets:
- defaults
- selecting changes plot
subgroup_var:
- defaults ✅
- selecting/deselecting changes plot ✅
strata_var:
- defaults ✅
- selecting/deselecting changes plot ✅
conf_level:
- defaults ✅
- selecting changes plot
- "Please choose a confidence level between 0 and 1"
- "Please choose a confidence level between {left} and {right}"
fixed_symbol_size:
- defaults ✅
- selecting changes plot
rel_with_forest:
- defaults
- selecting changes plot
font_size:
- defaults ✅
- selecting changes plot
tm_g_forest_rsp
shinytests
@vedhav for |
@vedhav you should be ready to get since |
Thanks for update. Still missing tests of the |
Added tests for |
@vedhav I know this is minor, but can you put dots at the end of descriptions of tests : P ? |
I'm fine with this PR now. |
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.
👍
Part of #1108