-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
712 - {shinytest2}
for tm_a_pca
#716
Conversation
Code Coverage Summary
Diff against main
Results for commit: aa9d18c Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 20 suites 9m 59s ⏱️ Results for commit aa9d18c. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 4d8b1d6 ♻️ This comment has been updated with latest results. |
I see you did prefix a couple of functions with
|
@averissimo do you think your tests could benefit from a |
tm_a_pca
module{shinytest2}
for tm_a_pca
Without the prefix many of the modules will fail to be tested. I believe we have to do it inside of
I was wondering the same, they are very explicit in what they are testing
Snapshot / screenshot would work, but it requires an eagle eye (making sure the spirit of the test is kept) for the future if re-generating the snapshots again. |
Co-authored-by: Marcin <[email protected]> Signed-off-by: André Veríssimo <[email protected]>
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.
Rename set_module_input
to set_active_module_input
Co-authored-by: Marcin <[email protected]> Signed-off-by: André Veríssimo <[email protected]>
Co-authored-by: Dawid Kałędkowski <[email protected]> Signed-off-by: André Veríssimo <[email protected]>
Stale (rename of function was addressed)
|
Thanks! |
Pull Request
Part of #712
Changes description
shinytest2
Considerations
AppDriver
has a relevant start-up time)